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