Esempio n. 1
0
 /// <summary>
 /// Stops the timer
 /// </summary>
 public void Stop()
 {
     if (Internal != null)
     {
         Internal.Dispose();
     }
     Internal  = null;
     IsRunning = false;
 }