public void Stop()
 {
     _current.Stop();
 }
Exemple #2
0
 private void StopScroll()
 {
     _velocityProvider.Stop();
 }