Exemplo n.º 1
0
 /// <summary>
 /// Stops the <see cref="ConnectionChecker"/> timer.
 /// </summary>
 public void Stop()
 {
     ConnectionChecker.Stop(); IsRunning = false;
 }