You've already forked lidgren-network-gen3
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user