コード例 #1
0
 public QFFragmentFactory(MappedTargetsLogService mappedTargetsLogService, ObjectiveHandlingFactory objectiveHandlingFactory, ESMAnalyzer esmAnalyzer)
 {
     this.mappedTargetsLogService  = mappedTargetsLogService;
     this.objectiveHandlingFactory = objectiveHandlingFactory;
     this.esmAnalyzer = esmAnalyzer;
 }
コード例 #2
0
 public QFFragmentFactory(MappedTargetsLogService mappedTargetsLogService, ObjectiveHandlingFactory objectiveHandlingFactory)
 {
     this.mappedTargetsLogService  = mappedTargetsLogService;
     this.objectiveHandlingFactory = objectiveHandlingFactory;
 }