Beispiel #1
0
 public Indexer(ILogger logger)
     : this(logger, CodeVisionConfigurationSection.Load())
 {
 }
Beispiel #2
0
 public Searcher()
     : this(CodeVisionConfigurationSection.Load())
 {
 }