Example #1
0
 public bool CanExecute(Command cmd)
 {
     return(commands.Contains(cmd));
 }