ARUP.IssueTracker.UserControls.CircularProgressBar.Stop C# (CSharp) Method

Stop() private method

Stops this instance.
private Stop ( ) : void
return void
        private void Stop()
        {
            _animationTimer.Stop();
            _animationTimer.Tick -= OnAnimationTick;
        }