public void Stop()
 {
     _current.Stop();
 }
Ejemplo n.º 2
0
 private void StopScroll()
 {
     _velocityProvider.Stop();
 }