コード例 #1
0
ファイル: App.xaml.cs プロジェクト: koder05/fogel-ba
 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());
        }