Exemple #1
0
        public static bool Send(Objects.Client client)
        {
            PingPacket p = new PingPacket(client);

            return(p.Send());
        }
Exemple #2
0
 public static bool Send(Objects.Client client)
 {
     PingPacket p = new PingPacket(client);
     return p.Send();
 }