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

            return(p.Send());
        }