示例#1
0
 private void SaveLastRecord()
 {
     // save the last record number in the index file
     _index.SaveLastRecordNumber(_archive.Count());
 }