Ejemplo n.º 1
0
 public Packet(PacketHeader header, byte[] payload)
 {
     this.header  = header;
     this.payload = payload;
 }