protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var bootstrapper = new MyBootstrapper(); bootstrapper.Run(); }