コード例 #1
0
 public SymbolTools(IToolPathResolver toolPathResolver, ISymbolsPathResolver symbolsPathResolver)
 {
     this.toolPathResolver    = toolPathResolver;
     this.symbolsPathResolver = symbolsPathResolver;
 }
コード例 #2
0
ファイル: SymbolTools.cs プロジェクト: juankakode/nupeek
 public SymbolTools(IToolPathResolver toolPathResolver, ISymbolsPathResolver symbolsPathResolver)
 {
     this.toolPathResolver = toolPathResolver;
     this.symbolsPathResolver = symbolsPathResolver;
 }