Esempio n. 1
0
 public AttachEndPointCmd(AddressHandler address, AttachMode mode, EndPoint endPoint, AttachSuffix suffix)
 {
     this.address = address;
     this.endPoint = endPoint;
     this.suffix = suffix;
     this.mode = mode;
 }
Esempio n. 2
0
 public DefBlockServiceLine(AddressHandler address, EndPoint endPoint, AttachSuffix suffix)
 {
     this.address = address;
     this.suffix = suffix;
     this.endPoint = endPoint;
 }