Esempio n. 1
0
 public void DisableAnimations()
 {
     _delayedAnimationEnableEvent.Stop();
     EnableSubMenuAnimations  = false;
     EnableMainMenuAnimations = false;
     ScrollDirection          = ScrollDirection.None;
 }
Esempio n. 2
0
        private void ClearZapTimer()
        {
            if (_zapTimer != null)
            {
                _zapTimer.Stop();
            }

            ChannelNumberOrIndex = string.Empty;
            HideZapOSD();
        }
        private void ClearSkipTimer()
        {
            if (_skipStepTimer != null)
            {
                _skipStepTimer.Stop();
            }

            SkipStep = null;
            HideSkipOSD();
        }