Ejemplo n.º 1
0
 public bool isCommandValid(char command)
 {
     return(CommandMap.getCommands().Exists(each => each == command));
 }