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