Esempio n. 1
0
 public TaskRunnerConfigurationLocator(TaskRunnerProvider taskRunnerProvider, Solution solution)
 {
     this.taskRunnerProvider = taskRunnerProvider;
     this.solution           = solution;
 }