Exemplo n.º 1
0
 public HelpCommand(IComponentContext context)
 {
     _commands = context.GetCommands();
 }
Exemplo n.º 2
0
 public Terminal(ICommandDispatcher commandDispatcher, IComponentContext context)
 {
     _commandDispatcher = commandDispatcher;
     _commands          = context.GetCommands();
 }