public CannedTextSupport(IRichTextBoxOwner control, ICannedTextLookupHandler defaultLookupHandler)
        {
            _textEditor           = control;
            _defaultLookupHandler = defaultLookupHandler;

            Initialize();
        }
Exemplo n.º 2
0
        public CannedTextSupport(IRichTextBoxOwner control, ICannedTextLookupHandler defaultLookupHandler)
        {
            _textEditor = control;
            _defaultLookupHandler = defaultLookupHandler;

            Initialize();
        }