예제 #1
0
 public IntroSpector(Configuration configuration, HarvestInfoCache harvestCache)
 {
     this.configuration = configuration;
     this.harvestCache  = harvestCache;
 }
예제 #2
0
 public IntroSpector(Configuration configuration, HarvestInfoCache harvestCache)
 {
   Configuration = configuration;
   this.harvestCache = harvestCache;
 }