CalExecuteTaskNeedTimeEvent.cs 248 B

1234567891011
  1. using Prism.Events;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace SHJX.Service.Common.Event
  8. {
  9. public class CalExecuteTaskNeedTimeEvent : PubSubEvent<int> { }
  10. }