modify wsclient.cs

This commit is contained in:
sta
2010-10-18 23:40:48 +09:00
parent 4643b21c35
commit 7b69b9344a
13 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug_Ubuntu" ctype="Workspace" />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" 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.
Binary file not shown.
Binary file not shown.
+2
View File
@@ -1,4 +1,6 @@
#if LINUX
using Notifications;
#endif
using System;
using System.Threading;
using WebSocketSharp;
Binary file not shown.