コード例 #1
0
ファイル: App.xaml.cs プロジェクト: drusteeby/15106WPF
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            // The boostrapper will create the Shell instance, so the App.xaml does not have a StartupUri.
            Bootstrapper bootstrapper = new Bootstrapper();

            bootstrapper.Run();
        }