private void btnNCC_Click(object sender, EventArgs e) { if (this.ActiveMdiChild != null) { this.ActiveMdiChild.Close(); } QuanLy.frmNCC frm = new QuanLy.frmNCC(); frm.MdiParent = this; frm.Show(); }
private void btnNCC_Click(object sender, EventArgs e) { if (this.ActiveMdiChild != null) this.ActiveMdiChild.Close(); QuanLy.frmNCC frm = new QuanLy.frmNCC(); frm.MdiParent = this; frm.Show(); }