Exemple #1
0
 public Response(SecurePacket packet)
 {
     Packet = packet;
     Packet.SkipHeader();
     ResultCodeNo = packet.GetInt32();
 }