private void btnTTNV_Click(object sender, EventArgs e) { if (txtMaKhu != null) { Ma = txtMaKhu.Text; frmTTNV frmNv = new frmTTNV(); frmNv.Show(); } }
private void btnTTNV_Click(object sender, EventArgs e) { if (txtMaKhu != null) { Ma = txtMaKhu.Text; frmTTNV frmNv = new frmTTNV(); frmNv.Show(); } else { MessageBox.Show("yêu Cầu Nhập Đầy đủ Thông Tin"); } }