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

            bootstrapper.Run();
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: Motaz-Al-Zoubi/xaml-sdk
		protected override void OnStartup(StartupEventArgs e)
		{
			base.OnStartup(e);
			Bootstrapper_WPF bootstrapper = new Bootstrapper_WPF();
			bootstrapper.Run();
		}