Example #1
0
 public CoestArtifactsImporter(ComponentLogger log) : base(log)
 {
     m_config      = new ImporterConfig();
     Configuration = m_config;
 }
 public CoestArtifactsImporter(ComponentLogger log) : base(log) 
 {
     m_config = new ImporterConfig();
     Configuration = m_config;
 }
 public CoestAnswerSetImporterWithValidation(ComponentLogger log)
     : base(log)
 {
     m_config      = new ImporterConfig();
     Configuration = m_config;
 }
 public CoestAnswerSetImporter(ComponentLogger log) : base(log) 
 {
     m_config = new ImporterConfig();
     Configuration = m_config;
 }