Exemplo n.º 1
0
        private void UpdateDocumentFromText()
        {
            if (_preventDocumentUpdate)
            {
                return;
            }

            _preventTextUpdate = true;
            _textFormatter.SetText(mainRTB.Document, Html);
            _preventTextUpdate = false;
        }