コード例 #1
0
 public CoestArtifactsImporter(ComponentLogger log) : base(log)
 {
     m_config      = new ImporterConfig();
     Configuration = m_config;
 }
コード例 #2
0
 public CoestArtifactsImporter(ComponentLogger log) : base(log) 
 {
     m_config = new ImporterConfig();
     Configuration = m_config;
 }
コード例 #3
0
 public CoestAnswerSetImporterWithValidation(ComponentLogger log)
     : base(log)
 {
     m_config      = new ImporterConfig();
     Configuration = m_config;
 }
コード例 #4
0
 public CoestAnswerSetImporter(ComponentLogger log) : base(log) 
 {
     m_config = new ImporterConfig();
     Configuration = m_config;
 }