using Microsoft.Practices.Prism.Events; namespace BossBase { public class LoginOKEvent : CompositePresentationEvent { } }