Exemplo n.º 1
0
        //=====================================================================

        /// <summary>
        /// Constructor
        /// </summary>
        public InteractiveSpellCheckToolWindow() : base(null)
        {
            ucSpellCheck = new InteractiveSpellCheckControl();

            this.Caption = "Spell Check Active Document";
            this.Content = ucSpellCheck;
        }
        //=====================================================================

        /// <summary>
        /// Constructor
        /// </summary>
        public InteractiveSpellCheckToolWindow() : base(null)
        {
            ucSpellCheck = new InteractiveSpellCheckControl();

            this.Caption = "Spell Check Active Document";
            this.Content = ucSpellCheck;
        }