示例#1
0
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     var bootstrapper = new Prism4MefBootstapper();
     bootstrapper.Run();
     UIWaitOverdoor.SetBehavior(new WaitOverdoorBehavior());
 }
示例#2
0
文件: App.xaml.cs 项目: koder05/progs
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            var bootstrapper = new Prism4MefBootstapper();

            bootstrapper.Run();
            UIWaitOverdoor.SetBehavior(new WaitOverdoorBehavior());
        }