Exemplo n.º 1
0
 public NodeProductSwitch()
 {
     if (NodeFactory.SimMode)
     {
         mesDA = new MesDASim();
     }
     else
     {
         mesDA = new MesDA();
     }
 }
Exemplo n.º 2
0
        // private OnlineProductsBll onlineProductBll = null;
        public NodeProductInput()
        {
            //this.currentStat.ProductBarcode="BARCODE1234567";

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