Exemplo n.º 1
0
 public void PauseMonitoring()
 {
     if (_currentMonitor != null)
     {
         _currentMonitor.Pause();
     }
 }