Channel9Downloader.Controls.LoadingWait.StartAnimation C# (CSharp) Méthode

StartAnimation() private méthode

Start the animation.
private StartAnimation ( ) : void
Résultat void
        private void StartAnimation()
        {
            Mouse.OverrideCursor = Cursors.Wait;
            _animationTimer.Tick += HandleAnimationTick;
            _animationTimer.Start();
        }