protected override void OnStartup(StartupEventArgs e) { QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper(); bootstrapper.Run(); }
private static void Application_Startup(object sender, StartupEventArgs e) { QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper(); bootstrapper.Run(true); }