Пример #1
0
        private void thuêPhòngToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmThuePhong thue = new frmThuePhong();

            thue.Show();
            Hide();
        }
Пример #2
0
 private void thuêPhòngToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmThuePhong thue = new frmThuePhong();
     thue.Show();
     Hide();
 }