示例#1
0
 private void tab4cmdDoanhThu_Click(object sender, EventArgs e)
 {
     if (this.ActiveMdiChild != null)
     {
         this.ActiveMdiChild.Close();
     }
     BaoCao.frmDoanhthuBH frm = new Pharmacy.BaoCao.frmDoanhthuBH();
     frm.MdiParent = this;
     frm.Show();
 }
示例#2
0
 private void tab4cmdDoanhThu_Click(object sender, EventArgs e)
 {
     if (this.ActiveMdiChild != null)
         this.ActiveMdiChild.Close();
     BaoCao.frmDoanhthuBH frm = new Pharmacy.BaoCao.frmDoanhthuBH();
     frm.MdiParent = this;
     frm.Show();
 }