Beispiel #1
0
 public Timpex(TimpexPredicate timpexPredicate, CounterPrinter counterPrinter, TimpexPrinter timpexPrinter, Counter counter)
 {
     _timpexPredicate = timpexPredicate;
     _counterPrinter = counterPrinter;
     _timpexPrinter = timpexPrinter;
     _counter = counter;
 }
 public AdvancedWordPrinter(HandlerBase handlerBase, TimpexPredicate timpexPredicate,WordAndCountPrinter wordAndCountPrinter,SimpleWordPrinter simpleWordPrinter)
 {
     _timpexPredicate = timpexPredicate;
     _handlerBase = handlerBase;
     _wordAndCountPrinter = wordAndCountPrinter;
 }