Пример #1
0
        // ---------------------------------------------------------------------
        //
        // Internal Methods
        //
        // ---------------------------------------------------------------------

        #region Internal Methods

        internal RtfControlWordInfo(RtfControlWord controlWord, string controlName, uint flags)
        {
            _controlWord = controlWord;
            _controlName = controlName;
            _flags = flags;
        }
Пример #2
0
        // ---------------------------------------------------------------------
        //
        // Internal Methods
        //
        // ---------------------------------------------------------------------

        #region Internal Methods

        internal RtfControlWordInfo(RtfControlWord controlWord, string controlName, uint flags)
        {
            _controlWord = controlWord;
            _controlName = controlName;
            _flags       = flags;
        }