protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var bootstrapper = new Bootstrapper(); bootstrapper.Run(); }
private void Application_Startup(object sender, StartupEventArgs e) { var bootstrapper = new Bootstrapper(); bootstrapper.Run(); }