예제 #1
0
 public RoutingPacket(RoutingPacketId packetId)
 {
     PacketId = packetId;
     this.WritePacketId(packetId);
 }