コード例 #1
0
ファイル: App.xaml.cs プロジェクト: Dev9er/PrismStudy
        protected override void OnStartup(StartupEventArgs e)
        {
            QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();

            bootstrapper.Run();
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: eslahi/prism
 private static void Application_Startup(object sender, StartupEventArgs e)
 {
     QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();
     bootstrapper.Run(true);
 }
コード例 #3
0
 protected override void OnStartup(StartupEventArgs e)
 {
     QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();
     bootstrapper.Run();
 }
コード例 #4
0
        private static void Application_Startup(object sender, StartupEventArgs e)
        {
            QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();

            bootstrapper.Run(true);
        }