Esempio n. 1
0
 public GroupRunVmFactory(
     RunDisplayControllerVm runDisplayControllerVm,
     IPatcherRunnerFactory runnerFactory,
     IPrepPatcherForRun prepPatcherForRun)
 {
     _runDisplayControllerVm = runDisplayControllerVm;
     _runnerFactory          = runnerFactory;
     _prepPatcherForRun      = prepPatcherForRun;
 }
Esempio n. 2
0
 public GetGroupRunners(
     ILogger logger,
     IGetPatcherRunners getPatcherRunners,
     IPrepPatcherForRun prepPatcherForRun,
     ISynthesisProfileSettings profile)
 {
     _logger            = logger;
     _getPatcherRunners = getPatcherRunners;
     _prepPatcherForRun = prepPatcherForRun;
     _profile           = profile;
 }