mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 11:56:56 +00:00
6 lines
128 B
C#
6 lines
128 B
C#
namespace MonitorAgent.Application.Settings;
|
|
|
|
public class CpuMonitorSettings
|
|
{
|
|
public int DelayTime { get; set; } = 1000;
|
|
} |