コード例 #1
0
        private void RunFindHighBidsTest()
        {
            ITest test = new FindHighBids(urlTextBox.Text);

            findHighBidsHitsLabel.Text = RunTest(test).ToString();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: BackupTheBerlios/puzzle-svn
 private void RunFindHighBidsTest()
 {
     ITest test = new FindHighBids(urlTextBox.Text) ;
     findHighBidsHitsLabel.Text = RunTest(test).ToString() ;
 }