Esempio n. 1
0
        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);
        }
Esempio n. 2
0
        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;
        }