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