Ejemplo n.º 1
0
 public bool HasCommand(string name)
 {
     return(commandDispatcher == null ? false : commandDispatcher.Contains(name));
 }