Exemplo n.º 1
0
        private void btaddkhu_Click(object sender, EventArgs e)
        {
            FrmKhu frm = new FrmKhu();

            frm.Ten   = txtten.Text;
            frm.Quyen = txtquyen.Text;
            frm.ShowDialog();
        }
Exemplo n.º 2
0
        private void cậpNhậtKhuSinhViênỞToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmKhu frm = new FrmKhu();

            frm.Ten   = txtname.Text;
            frm.Quyen = txtquyen.Text;
            frm.ShowDialog();
        }