private void tab2btn2XuatKho_Click(object sender, EventArgs e) { if (this.ActiveMdiChild != null) { this.ActiveMdiChild.Close(); } NhapXuat.frmXuatKho frmXuatKho = new NhapXuat.frmXuatKho(); frmXuatKho.MdiParent = this; frmXuatKho.Show(); }
private void tab2btn2XuatKho_Click(object sender, EventArgs e) { if (this.ActiveMdiChild != null) this.ActiveMdiChild.Close(); NhapXuat.frmXuatKho frmXuatKho = new NhapXuat.frmXuatKho(); frmXuatKho.MdiParent = this; frmXuatKho.Show(); }