Exemple #1
0
 public bool CanExecute(string cmdName)
 {
     return(commands.Contains(Command.all.Find(cmdName)));
 }