Exemplo n.º 1
0
 public static bool Send(Objects.Client client)
 {
     ChannelListPacket p = new ChannelListPacket(client);
     return p.Send();
 }
Exemplo n.º 2
0
        public static bool Send(Objects.Client client)
        {
            ChannelListPacket p = new ChannelListPacket(client);

            return(p.Send());
        }