Exemplo n.º 1
0
 public Indexer(ILogger logger)
     : this(logger, CodeVisionConfigurationSection.Load())
 {
 }
Exemplo n.º 2
0
 public Searcher()
     : this(CodeVisionConfigurationSection.Load())
 {
 }