using Microsoft.Practices.Prism.PubSubEvents; namespace BossBase { public class ReLoginEvent: PubSubEvent<object> { } }