コード例 #1
0
ファイル: App.xaml.cs プロジェクト: marcsommer/HireMe
        protected override void OnStartup(StartupEventArgs e)
        {
            ManualTests tests = new ManualTests(); //workaround testing starts in ctor

            base.OnStartup(e);
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: bill-mybiz/old_HireMe
        protected override void OnStartup(StartupEventArgs e)
        {
            ManualTests tests = new ManualTests(); //workaround testing starts in ctor

              base.OnStartup(e);
        }