Exemple #1
0
 public Word(ILetterRepresentation rep, string word, int lineCount = 0, int wordCount = 0)
 {
     WordValue          = word;
     WordKey            = null;
     KeySet             = false;
     WordRepresentation = rep.WordRep(word);
     LineCount          = lineCount;
     WordCount          = wordCount;
 }