Пример #1
0
 protected override void OnDocumentTextChanged(Document document)
 {
     if (_backgroundParser != null)
     {
         _backgroundParser.Parse(document);
     }
 }
Пример #2
0
 protected override void OnDocumentTextChanged(Document document)
 => _backgroundParser.Parse(document);