예제 #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();
 }