ReLoginEvent.cs 137 B

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