MainForm.ChangeCaptionButton_Click C# (CSharp) Method

ChangeCaptionButton_Click() public method

public ChangeCaptionButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
	void ChangeCaptionButton_Click (object sender, EventArgs e)
	{
		Text = _formCaptionText.Text;
	}
MainForm