Yaircc.ServerDialog.ConnectButton_Click C# (CSharp) Метод

ConnectButton_Click() приватный Метод

Handles the Click event of System.Windows.Forms.Button.
private ConnectButton_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The event parameters.
Результат void
        private void ConnectButton_Click(object sender, EventArgs e)
        {
            this.address = this.addressTextBox.Text;
            this.DialogResult = DialogResult.OK;
        }