IFlyoutView.cs 127 B

1234567
  1. namespace SHJX.Service.Common.Interface
  2. {
  3. public interface IFlyoutView
  4. {
  5. string FlyoutName { get; }
  6. }
  7. }