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