コード例 #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();

            bootstrapper.Run();
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: sujathkumar/legacypgs
 protected override void OnStartup(StartupEventArgs e)
 {
     QuickStartBootstrapper bootstrapper = new QuickStartBootstrapper();
     bootstrapper.Run();
 }