Beispiel #1
0
        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();
        }
Beispiel #2
0
 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();
 }