Slowly trying to make this thing work reliably when restarting the demo.

This commit is contained in:
antiduh
2014-06-26 21:39:58 +00:00
parent f91402ef4b
commit 6d4fc877ec
4 changed files with 17 additions and 4 deletions

View File

@@ -63,6 +63,8 @@ namespace TestServer
this.connected = false;
UpdateButtons();
this.usernameTextbox.Text = this.serverCred.Name;
}
private void Form1_FormClosing( object sender, FormClosingEventArgs e )