Пример #1
0
 public void RemoveUsedTopics(HashSet <Preprocessor.TopicPreprocessor> topics)
 {
     _tableOfContentsParser.RemoveUsedTopics(_tableOfContentsRootNode, topics);
 }
Пример #2
0
 public void RemoveUsedTopics(HashSet <Preprocessor.TopicPreprocessor> topics)
 {
     _indexParser.RemoveUsedTopics(_indexRootNode, topics);
 }