コード例 #1
1
ファイル: App.xaml.cs プロジェクト: eslahi/prism
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

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

            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();

            bootstrapper.Run();
        }
コード例 #3
0
ファイル: App.xaml.cs プロジェクト: CarlosVV/mediavf
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     CommandingBootstrapper bootstrapper = new CommandingBootstrapper();
     bootstrapper.Run();
 }
コード例 #4
0
ファイル: App.xaml.cs プロジェクト: TataDvd/Git
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();

            bootstrapper.Run();
        }