UpdateStausEvent.cs 206 B

12345678
  1. using Prism.Events;
  2. using System.Collections.Generic;
  3. using SHJX.Service.Model.EventArgs;
  4. namespace SHJX.Service.Common.Event
  5. {
  6. public class UpdateStausEvent : PubSubEvent<ShowStatusValueArgs>{ }
  7. }