Exemplo n.º 1
0
 public SingleThreadedTextAnalyzer()
 {
     Stats = new TextStatistics();
 }
Exemplo n.º 2
0
 public MultithreadedTextAnalyzer()
 {
     Stats = new TextStatistics();
 }