8 lines
155 B
C#
8 lines
155 B
C#
namespace WinIPC.Config
|
|
{
|
|
public class AppConfig
|
|
{
|
|
public IPCServiceOptions IPCService { get; set; } = new IPCServiceOptions();
|
|
}
|
|
}
|