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