SettingClosingEvent.cs 119 B

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