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