Exemple #1
0
 public static int Send(INetPacket packet)
 {
     sock.Send(packet);
     return(0);
 }