This commit is contained in:
2026-01-08 21:34:38 +03:00
commit d6325ee129
8 changed files with 670 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace WinIPC.Config
{
public class AppConfig
{
public IPCServiceOptions IPCService { get; set; } = new IPCServiceOptions();
}
}