mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-25 08:25:04 +00:00
ElectronNET.API: Re-add moved types
This commit is contained in:
15
src/ElectronNET.API/Bridge/BridgeConnector.cs
Normal file
15
src/ElectronNET.API/Bridge/BridgeConnector.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma warning disable IDE0130 // Namespace does not match folder structure
|
||||
// ReSharper disable once CheckNamespace
|
||||
namespace ElectronNET.API
|
||||
{
|
||||
internal static class BridgeConnector
|
||||
{
|
||||
public static SocketIoFacade Socket
|
||||
{
|
||||
get
|
||||
{
|
||||
return ElectronNetRuntime.GetSocket();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user