public CommandProcessor(ISolutionExplorerControl solutionExplorerControl, ILogger logger, IContext initialContext = null) { this.solutionExplorerControl = solutionExplorerControl; this.logger = logger; this.context = initialContext ?? new Context(); this.InitializeCommands(); }
public MoveLeftCommand(ISolutionExplorerControl solutionExplorerControl) { this.solutionExplorerControl = solutionExplorerControl; }
public MoveBottomCommand(ISolutionExplorerControl solutionExplorerControl) { this.solutionExplorerControl = solutionExplorerControl; }