private void xemTròChơiTheoKhuVựcToolStripMenuItem_Click(object sender, EventArgs e) { frmTTTC xem = new frmTTTC(); xem.MdiParent = this; xem.Show(); }
private void btnTTTC_Click(object sender, EventArgs e) { if (txtMaKhu != null) { Ma = txtMaKhu.Text; frmTTTC frmTc = new frmTTTC(); frmTc.Show(); } }
private void btnTTTC_Click(object sender, EventArgs e) { if (txtMaKhu != null) { Ma = txtMaKhu.Text; frmTTTC frmTc = new frmTTTC(); frmTc.Show(); } else { MessageBox.Show("yêu Cầu Nhập Đầy đủ Thông Tin"); } }