Пример #1
0
        /// <summary>
        /// When button is pressed opens other form to write
        /// </summary>
        /// <param name="sender">Object sender</param>
        /// <param name="e">EventArgs</param>
        private void HandleButtonEnlargeITClick(object sender, EventArgs e)
        {
            InteractionToolkit.TextEnlargeForm lTextForm = new InteractionToolkit.TextEnlargeForm();

            string lText = lTextForm.Initialize(mTextBoxIT.Text, mTextBoxIT.ReadOnly || !mTextBoxIT.Enabled, NullAllowed);

            mTextBoxIT.Text = lText;
        }
        /// <summary>
        /// When button is pressed opens other form to write
        /// </summary>
        /// <param name="sender">Object sender</param>
        /// <param name="e">EventArgs</param>
        private void HandleButtonEnlargeITClick(object sender, EventArgs e)
        {
            InteractionToolkit.TextEnlargeForm lTextForm = new InteractionToolkit.TextEnlargeForm();

            string lText = lTextForm.Initialize(mTextBoxIT.Text, mTextBoxIT.ReadOnly || !mTextBoxIT.Enabled, NullAllowed);

            mTextBoxIT.Text = lText;
        }