コード例 #1
0
 public StartCommandHandler(
     IApplicationManager applicationManager,
     ICommandDispatcher commandDispatcher,
     IContextScheduler contextScheduler)
 {
     this.applicationManager = applicationManager;
     this.commandDispatcher  = commandDispatcher;
     this.contextScheduler   = contextScheduler;
 }
コード例 #2
0
 public MacroCommandHandler(ICommandDispatcher commandDispatcher, IContextScheduler contextScheduler)
 {
     this.commandDispatcher = commandDispatcher;
     this.contextScheduler  = contextScheduler;
 }