Example #1
0
 public void Resume()
 {
     if (_ga != null && _ga.IsRunning)
     {
         _ga.Resume();
         this.Stopwatch.Start();
         IsPaused = false;
     }
 }