protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var bootstrapper = new Prism4MefBootstapper(); bootstrapper.Run(); UIWaitOverdoor.SetBehavior(new WaitOverdoorBehavior()); }