コード例 #1
0
ファイル: FirstMain.cs プロジェクト: kaewphiphop/SaleSystem
 private void toolStripButton5_Click(object sender, EventArgs e)
 {
     if (op4 == null || op4.IsDisposed)
     op4 = new Report.orderReport();
     op4.MdiParent = this;
     op4.Show();
 }
コード例 #2
0
 private void toolStripButton5_Click(object sender, EventArgs e)
 {
     if (op4 == null || op4.IsDisposed)
     {
         op4 = new Report.orderReport();
     }
     op4.MdiParent = this;
     op4.Show();
 }