예제 #1
0
        private void quảnLýPhòngToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmQuanLyPhong qlp = new frmQuanLyPhong();

            qlp.Show();
            this.Hide();
        }
예제 #2
0
        private void Button1_Click(object sender, EventArgs e)
        {
            frmQuanLyPhong mqv = new frmQuanLyPhong();

            mqv.Show();
            this.Hide();
        }
예제 #3
0
        private void BtnThoatCapNhatVatTu_Click(object sender, EventArgs e)
        {
            frmQuanLyPhong qlp = new frmQuanLyPhong();

            qlp.Show();
            this.Hide();
        }
예제 #4
0
        private void BtnTroVeCuaQLNV_Click(object sender, EventArgs e)
        {
            frmQuanLyPhong qlp = new frmQuanLyPhong();

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