modify wsclient.cs

master
sta 15 years ago
parent 4643b21c35
commit 7b69b9344a

@ -1,5 +1,5 @@
<Properties> <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"> <MonoDevelop.Ide.Workbench ActiveDocument="websocket-sharp/WebSocket.cs" ctype="Workbench">
<Files> <Files>
<File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" /> <File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" />

Binary file not shown.

Binary file not shown.

@ -1,4 +1,6 @@
#if LINUX
using Notifications; using Notifications;
#endif
using System; using System;
using System.Threading; using System.Threading;
using WebSocketSharp; using WebSocketSharp;

Binary file not shown.
Loading…
Cancel
Save