Exemplo n.º 1
0
        public static bool Send(Objects.Client client, uint id)
        {
            VipRemovePacket p = new VipRemovePacket(client);

            p.Id = id;
            return(p.Send());
        }
Exemplo n.º 2
0
 public static bool Send(Objects.Client client, uint id)
 {
     VipRemovePacket p = new VipRemovePacket(client);
     p.Id = id;
     return p.Send();
 }