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