Example #1
0
 public StartCommandHandler(
     IApplicationManager applicationManager,
     ICommandDispatcher commandDispatcher,
     IContextScheduler contextScheduler)
 {
     this.applicationManager = applicationManager;
     this.commandDispatcher  = commandDispatcher;
     this.contextScheduler   = contextScheduler;
 }
 public MacroCommandHandler(ICommandDispatcher commandDispatcher, IContextScheduler contextScheduler)
 {
     this.commandDispatcher = commandDispatcher;
     this.contextScheduler  = contextScheduler;
 }