public AdvancedWordPrinter(HandlerBase handlerBase, TimpexPredicate timpexPredicate,WordAndCountPrinter wordAndCountPrinter,SimpleWordPrinter simpleWordPrinter)
 {
     _timpexPredicate = timpexPredicate;
     _handlerBase = handlerBase;
     _wordAndCountPrinter = wordAndCountPrinter;
 }
Exemple #2
0
 public AdvancedWordPrinter(HandlerBase handlerBase, TimpexPredicate timpexPredicate, WordAndCountPrinter wordAndCountPrinter, SimpleWordPrinter simpleWordPrinter)
 {
     _timpexPredicate     = timpexPredicate;
     _handlerBase         = handlerBase;
     _wordAndCountPrinter = wordAndCountPrinter;
 }