Ejemplo n.º 1
0
 public bool HasSign(string item)
 {
     if (Signs.Contains(item))
     {
         return(true);
     }
     return(false);
 }