Aanpassingen autoupdate & async code

This commit is contained in:
Fre
2020-07-08 11:16:00 +02:00
parent f1ceaa208e
commit 4e9de2abfa
12 changed files with 404 additions and 29 deletions

View File

@@ -1,4 +1,6 @@
namespace ElectronNET.API
using Quobject.SocketIoClientDotNet.Client;
namespace ElectronNET.API
{
/// <summary>
///
@@ -18,5 +20,10 @@
return !string.IsNullOrEmpty(BridgeSettings.SocketPort);
}
}
/// <summary>
///
/// </summary>
public static Socket Socket { get { return BridgeConnector.Socket; } }
}
}