コード例 #1
0
ファイル: IntroSpector.cs プロジェクト: petvetbr/StatePrinter
 public IntroSpector(Configuration configuration, HarvestInfoCache harvestCache)
 {
     this.configuration = configuration;
     this.harvestCache  = harvestCache;
 }
コード例 #2
0
ファイル: IntroSpector.cs プロジェクト: cyanite/StatePrinter
 public IntroSpector(Configuration configuration, HarvestInfoCache harvestCache)
 {
   Configuration = configuration;
   this.harvestCache = harvestCache;
 }