示例#1
0
文件: App.xaml.cs 项目: TataDvd/Git
        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();
        }
示例#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();
 }