Exemplo n.º 1
0
 public void Stop()
 {
     GripItService.Stop();
     Started = false;
     if (_animationSchedulerSubscription != null)
     {
         _animationSchedulerSubscription.Dispose();
         _animationSchedulerSubscription = null;
     }
 }
Exemplo n.º 2
0
 public void Stop()
 {
     GripItService.Stop();
     Started = false;
 }