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

File stream sample added

This commit is contained in:
lidgren
2010-11-14 23:05:32 +00:00
parent e8e7268421
commit 936e329b40
27 changed files with 1508 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ namespace ChatClient
int port;
Int32.TryParse(textBox3.Text, out port);
Program.Connect(textBox2.Text, port);
button2.Text = "Shut down";
button2.Text = "Disconnect";
}
else
{