private void Application_Startup(object sender, StartupEventArgs e) { // The boostrapper will create the Shell instance, so we don't need to set the RootVisual QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper(); bootstrapper.Run(); }