private void Application_Startup(object sender, StartupEventArgs e) { BootStrapper bootstrapper = new BootStrapper(); bootstrapper.Run(); }