1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 07:06:30 +09:00

masterserver sample work

This commit is contained in:
lidgren
2010-05-11 20:42:58 +00:00
parent e62057c250
commit 6afb80ab12
6 changed files with 23 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ namespace MSClient
private void button2_Click(object sender, EventArgs e)
{
string host = comboBox1.SelectedText;
string host = comboBox1.SelectedItem.ToString();
Program.RequestNATIntroduction(host);
}
}