Ejemplo n.º 1
0
 public void PauseShutdownTimer(bool pause = true)
 {
     shutdownTimer?.SetRunState(!pause);
 }