Esempio n. 1
0
        public LisPLC(AxDBCommManager plcKey, isConnect isConnect, Image imgModel, Point pMap)
        {
            //this.name = name;
            this.plcKey = plcKey;

            this.isConnect = isConnect;
            this.imgModel  = imgModel;
            this.pMap      = pMap;
        }
Esempio n. 2
0
        public ListKey(string name, AxDBCommManager plcKey, isConnect isConnect, Image imgModel, Point pMap)
        {
            this.name   = name;
            this.plcKey = plcKey;

            this.isConnect = isConnect;
            this.imgModel  = imgModel;
            this.pMap      = pMap;
        }
Esempio n. 3
0
 public LisPLC(string name, string Co, string Mod, Via Via, string Para, AxDBCommManager plcKey, isConnect isConnect, Image imgModel, Image imgVia, Point pMap)
 {
     this.name      = name;
     this.plcKey    = plcKey;
     this.Para      = Para;
     this.isConnect = isConnect;
     this.imgModel  = imgModel;
     this.imgVia    = imgVia;
     this.pMap      = pMap;
     this.Mod       = Mod;
     this.Co        = Co;
     this.Via       = Via;
 }