mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 05:34:47 +00:00
8 lines
138 B
C#
8 lines
138 B
C#
namespace ElectronNET.API
|
|
{
|
|
public static class BridgeSettings
|
|
{
|
|
public static string SocketPort { get; set; }
|
|
}
|
|
}
|