コード例 #1
0
ファイル: TimPex.cs プロジェクト: KnutHjelvik/demo
 public Timpex(TimpexPredicate timpexPredicate, CounterPrinter counterPrinter, TimpexPrinter timpexPrinter, Counter counter)
 {
     _timpexPredicate = timpexPredicate;
     _counterPrinter = counterPrinter;
     _timpexPrinter = timpexPrinter;
     _counter = counter;
 }
コード例 #2
0
 public AdvancedWordPrinter(HandlerBase handlerBase, TimpexPredicate timpexPredicate,WordAndCountPrinter wordAndCountPrinter,SimpleWordPrinter simpleWordPrinter)
 {
     _timpexPredicate = timpexPredicate;
     _handlerBase = handlerBase;
     _wordAndCountPrinter = wordAndCountPrinter;
 }