Exemple #1
0
        public static bool Send(Objects.Client client, string textName)
        {
            RemoveTextPacket p = new RemoveTextPacket(client);

            p.TextName = textName;
            return(p.Send());
        }
 public static bool Send(Objects.Client client, string textName)
 {
     RemoveTextPacket p = new RemoveTextPacket(client);
     p.TextName = textName;
     return p.Send();
 }