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

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

            var bootstrapper = new MyBootstrapper();

            bootstrapper.Run();
        }