Esempio n. 1
0
 protected override void OnDocumentTextChanged(Document document)
 {
     if (_backgroundParser != null)
     {
         _backgroundParser.Parse(document);
     }
 }
Esempio n. 2
0
 protected override void OnDocumentTextChanged(Document document)
 => _backgroundParser.Parse(document);