Example #1
0
        private void btnKetQua_Click(object sender, EventArgs e)
        {
            KetQuaThiDau kq = new KetQuaThiDau();

            this.Hide();
            kq.Show();
        }
        private void ChiTietKetQua_FormClosing(object sender, FormClosingEventArgs e)
        {
            KetQuaThiDau kq = new KetQuaThiDau();

            this.Hide();
            kq.Show();
        }