예제 #1
1
파일: App.xaml.cs 프로젝트: eslahi/prism
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();
            bootstrapper.Run();
        }
예제 #2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();

            bootstrapper.Run();
        }
예제 #3
0
 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();
        }