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

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