winipc-ua-test/Config/AppConfig.cs

8 lines
155 B
C#
Raw Normal View History

2026-01-08 21:34:38 +03:00
namespace WinIPC.Config
{
public class AppConfig
{
public IPCServiceOptions IPCService { get; set; } = new IPCServiceOptions();
}
}