Пример #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);
            Bootstrapper bootstrapper = new Startup.Bootstrapper();

            bootstrapper.Run();
        }
Пример #2
0
 protected override void OnStartup(StartupEventArgs e)
 {
     base.OnStartup(e);
     Bootstrapper bootstrapper = new Startup.Bootstrapper();
     bootstrapper.Run();
 }