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

@@ -27,6 +27,8 @@ namespace ChatClient
Application.Idle += new EventHandler(Application_Idle);
Application.Run(s_form);
s_client.Shutdown("Bye");
}
private static void Output(string text)
@@ -87,7 +89,8 @@ namespace ChatClient
// called by the UI
public static void Shutdown()
{
s_client.Shutdown("Requested by user");
s_client.Disconnect("Requested by user");
// s_client.Shutdown("Requested by user");
}
public static void Send(string text)