Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
 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();
 }