Exemple #1
0
        private void bt_thoat_Click(object sender, EventArgs e)//thoat
        {
            Form main = new GiaoDienChinh();

            this.Hide();
            main.ShowDialog();
            this.Close();
        }
Exemple #2
0
        private void bt_thoat_Click(object sender, EventArgs e)//quay lai
        {
            Form dd = new GiaoDienChinh();

            this.Hide();
            dd.ShowDialog();
            this.Close();
        }