TaskResultNoticeEvent.cs 173 B

1234567
  1. using Prism.Events;
  2. using SHJX.Service.Model.EventArgs;
  3. namespace SHJX.Service.Common.Event
  4. {
  5. public class TaskResultNoticeEvent : PubSubEvent<TaskResultArgs> { }
  6. }