コード例 #1
0
        private void cậpNhậtLoạiPhòngToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCapNhatLoaiPhong frmCapNhatLoaiPhong = new frmCapNhatLoaiPhong();

            frmCapNhatLoaiPhong.Show();
            this.Hide();
        }
コード例 #2
0
        private void ButtonCapNhapLoaiPhong_Click(object sender, EventArgs e)
        {
            frmCapNhatLoaiPhong fmb = new frmCapNhatLoaiPhong();

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