Example #1
0
 public Search(string word, DictStorage storage)
 {
     Word     = word;
     _storage = storage;
 }
Example #2
0
 public Morph(DictStorage storage)
 {
     _storage = storage;
 }