Beispiel #1
0
        private void hộiĐồngChấmThiNCKHToolStripMenuItem_Click(object sender, EventArgs e)
        {
            HoiDongChamThi f = new HoiDongChamThi(_loginForm);

            this.Close();
            f.Show();
        }
        private void button3_Click(object sender, EventArgs e)
        {
            HoiDongChamThi f = new HoiDongChamThi(_loginForm);

            f.Show();
            this.Close();
        }