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