modify wsclient.cs

This commit is contained in:
sta
2010-10-18 23:47:53 +09:00
parent 7b69b9344a
commit 70c6f89da5
12 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" ctype="Workspace" />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release_Ubuntu" ctype="Workspace" />
<MonoDevelop.Ide.Workbench ActiveDocument="websocket-sharp/WebSocket.cs" ctype="Workbench">
<Files>
<File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -46,7 +46,7 @@ namespace Example
"notification-network-disconnected");
nf.Show();
#else
Console.WriteLine("Error: ", e);
Console.WriteLine("Error: {0}", e);
#endif
};
/*ws.OnClose += (o, e) =>
Binary file not shown.