Пример #1
0
 public bool Partial(string word)
 {
     if (!initialized)
     {
         throw new Exception("Word List has not been initialized.");
     }
     return(Dawg.Partial(word));
 }