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