Esempio n. 1
0
        void btnthucThi_Click(object sender, EventArgs e)
        {
            thucThi form = new thucThi();

            form.form = this;
            form.Show();
            form.Focus();
        }
Esempio n. 2
0
        void btnVT_thucThi_Click(object sender, EventArgs e)
        {
            Hide();
            thucThi newInit = new thucThi();

            newInit.form = this;
            newInit.Show();
            newInit.Focus();
        }