Exemple #1
0
 public WordFilter(WordManager wordManager)
 {
     this.words = new HashSet <string>(wordManager.GetWords());
 }