UpdateSettingEvent.cs 132 B

1234567
  1. using Prism.Events;
  2. using System;
  3. namespace SHJX.Service.Common.Event
  4. {
  5. public class UpdateSettingEvent : PubSubEvent { }
  6. }