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