예제 #1
0
 /// <summary>
 /// Starts the connection and disables the connect button when the connect button is pressed
 /// </summary>
 private void ConnectButton_Click(object sender, EventArgs e)
 {
     ConnectButton.Enabled = false;
     TheController.TryConnect(NameInput.Text, ServerInput.Text, 11000);
 }