Beispiel #1
0
 public SpuTypeEtsiCodingAdapter(GlobalInterfaceBytes globalInterfaceBytes, SpuTypeEtsiCoding etsiCoding)
 {
     this.globalInterfaceBytes = globalInterfaceBytes;
     this.etsiCoding           = etsiCoding;
 }
 public GlobalInterfaceBytesAdapter(GlobalInterfaceBytes globalInterfaceBytes)
 {
     this.globalInterfaceBytes = globalInterfaceBytes;
 }