Beispiel #1
0
        private void RunFindHighBidsTest()
        {
            ITest test = new FindHighBids(urlTextBox.Text);

            findHighBidsHitsLabel.Text = RunTest(test).ToString();
        }
Beispiel #2
0
 private void RunFindHighBidsTest()
 {
     ITest test = new FindHighBids(urlTextBox.Text) ;
     findHighBidsHitsLabel.Text = RunTest(test).ToString() ;
 }