private void btaddphong_Click(object sender, EventArgs e) { FrmPhongBan frm = new FrmPhongBan(); frm.Ten = txtten.Text; frm.Quyen = txtquyen.Text; frm.ShowDialog(); }
private void cậpNhậtPhòngBanToolStripMenuItem_Click(object sender, EventArgs e) { FrmPhongBan frm = new FrmPhongBan(); frm.Ten = txtname.Text; frm.Quyen = txtquyen.Text; frm.ShowDialog(); }