コード例 #1
0
 public NodeProductSwitch()
 {
     if (NodeFactory.SimMode)
     {
         mesDA = new MesDASim();
     }
     else
     {
         mesDA = new MesDA();
     }
 }
コード例 #2
0
ファイル: NodeProductInput.cs プロジェクト: zwxscu/ZAOJU3
        // private OnlineProductsBll onlineProductBll = null;
        public NodeProductInput()
        {
            //this.currentStat.ProductBarcode="BARCODE1234567";

            if (NodeFactory.SimMode)
            {
                mesDA = new MesDASim();
            }
            else
            {
                mesDA = new MesDA();
            }
        }