Ejemplo n.º 1
0
 internal TransmissionData(TransmissionDataTypes type)
 {
     Type = type;
     Data = new byte[0];
 }
Ejemplo n.º 2
0
 internal TransmissionData(TransmissionDataTypes type)
 {
     this.Type = type;
     this.Data = new byte[0];
 }
Ejemplo n.º 3
0
 internal TransmissionData(TransmissionDataTypes type)
 {
     Type = type;
     Data = new byte[0];
 }