Esempio n. 1
1
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

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

            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();

            bootstrapper.Run();
        }
Esempio n. 3
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     CommandingBootstrapper bootstrapper = new CommandingBootstrapper();
     bootstrapper.Run();
 }
Esempio n. 4
0
        private void Application_Startup(object sender, StartupEventArgs e)
        {
            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();

            bootstrapper.Run();
        }