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

            var bootstrapper = new BondAppBootstrapper();
            bootstrapper.Run();
        }
コード例 #2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var bootstrapper = new BondAppBootstrapper();

            bootstrapper.Run();
        }