Esempio 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();
 }
Esempio n. 2
0
 public MoveLeftCommand(ISolutionExplorerControl solutionExplorerControl)
 {
     this.solutionExplorerControl = solutionExplorerControl;
 }
Esempio n. 3
0
 public MoveBottomCommand(ISolutionExplorerControl solutionExplorerControl)
 {
     this.solutionExplorerControl = solutionExplorerControl;
 }