Files

6 lines
128 B
C#

namespace MonitorAgent.Application.Settings;
public class CpuMonitorSettings
{
public int DelayTime { get; set; } = 1000;
}