Ejemplo n.º 1
0
 public OPCGetData(IOpcTags opcTags)
 {
     this.opcTags = opcTags;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Construct
 /// </summary>
 /// <param name="meatMasterIIOPCTags"></param>
 public OpcHelp(IOpcTags meatMasterIIOPCTags)
 {
     MeatMasterIIOPCTags = meatMasterIIOPCTags;
     OPCGetData          = new OPCGetData(MeatMasterIIOPCTags);
     OPCSetData          = new OPCSetData();
 }