public void Stop()
 {
     _current.Stop();
 }
Пример #2
0
 private void StopScroll()
 {
     _velocityProvider.Stop();
 }