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

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

            CommandingBootstrapper bootstrapper = new CommandingBootstrapper();

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

            bootstrapper.Run();
        }