fix
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace WinIPC.Config
|
||||
{
|
||||
public class AppConfig
|
||||
{
|
||||
public IPCServiceOptions IPCService { get; set; } = new IPCServiceOptions();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user