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