Ejemplo n.º 1
0
 // Word Index routines
 private void ProcessWordIndex()
 {
     _wordIndex = new WordIndex(_bible);
     _wordIndex.ProcessBible();
     _wordIndex.Shrink();
 }