AutoWikiBrowser.MainForm.cmboEditSummary_TextChanged C# (CSharp) Method

cmboEditSummary_TextChanged() private method

private cmboEditSummary_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void cmboEditSummary_TextChanged(object sender, EventArgs e)
        {
            if (txtReviewEditSummary.Enabled)
                txtReviewEditSummary.Text = MakeDefaultEditSummary();
        }
MainForm