コード例 #1
0
ファイル: BibleAccum.cs プロジェクト: pstephens/BibleLegacy
 // Word Index routines
 private void ProcessWordIndex()
 {
     _wordIndex = new WordIndex(_bible);
     _wordIndex.ProcessBible();
     _wordIndex.Shrink();
 }