コード例 #1
0
 public GoldSetImporter(ComponentLogger log, GoldSetImporterConfig config)
     : base(log)
 {
     _config = config;
     Configuration = _config;
 }
コード例 #2
0
 public GoldSetImporter(ComponentLogger log, GoldSetImporterConfig config)
     : base(log)
 {
     _config       = config;
     Configuration = _config;
 }
コード例 #3
0
 public GoldSetImporter(ComponentLogger log)
     : base(log)
 {
     _config = new GoldSetImporterConfig();
     Configuration = _config;
 }
コード例 #4
0
 public GoldSetImporter(ComponentLogger log)
     : base(log)
 {
     _config       = new GoldSetImporterConfig();
     Configuration = _config;
 }