WindowShowEvent.cs 123 B

123456
  1. using Prism.Events;
  2. namespace SHJX.Service.Common.Event
  3. {
  4. public class WindowShowEvent : PubSubEvent<string> { }
  5. }