ReLoginEvent.cs 142 B

12345678
  1. using Microsoft.Practices.Prism.PubSubEvents;
  2. namespace BossBase
  3. {
  4. public class ReLoginEvent: PubSubEvent<object>
  5. {
  6. }
  7. }