コード例 #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();
 }
コード例 #2
0
ファイル: frmMain.cs プロジェクト: dexonhud/pharmacykimhoang
 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();
 }