Exemplo n.º 1
0
 public CommandProcessor(ISolutionExplorerControl solutionExplorerControl, ILogger logger, IContext initialContext = null)
 {
     this.solutionExplorerControl = solutionExplorerControl;
     this.logger  = logger;
     this.context = initialContext ?? new Context();
     this.InitializeCommands();
 }
Exemplo n.º 2
0
 public MoveLeftCommand(ISolutionExplorerControl solutionExplorerControl)
 {
     this.solutionExplorerControl = solutionExplorerControl;
 }
Exemplo n.º 3
0
 public MoveBottomCommand(ISolutionExplorerControl solutionExplorerControl)
 {
     this.solutionExplorerControl = solutionExplorerControl;
 }