Exemplo n.º 1
0
 public RoutingPacket(RoutingPacketId packetId)
 {
     PacketId = packetId;
     this.WritePacketId(packetId);
 }