private void LoadListTestCase() { frmTestCase newfrmTestCase = new frmTestCase(29, "https://facebook.com/", false); this.Hide(); newfrmTestCase.ShowDialog(); lbMessage.Text = ""; btnCrawlWeb.Enabled = true; this.Show(); this.Select(true, true); }
private void GenerateTestCase() { //frmTestCase newfrmTestCase = new frmTestCase(27, "https://facebook.com/", true); frmTestCase newfrmTestCase = new frmTestCase(29, "https://facebook.com/", true); //frmTestCase newfrmTestCase = new frmTestCase(Id_Url, txtboxUrl.Text, true); this.Hide(); newfrmTestCase.ShowDialog(); lbMessage.Text = ""; this.Show(); this.Select(true, true); //this.TopMost = true; }