Bloom.Command.SetBounceTime C# (CSharp) Method

SetBounceTime() private static method

private static SetBounceTime ( ) : void
return void
        private static void SetBounceTime()
        {
            // We could check whether a reset is really needed, or maybe even reset it a bit earlier
            // than "now" to reduce the effect of the fixed _bounceWait interval, but that seems like
            // it's getting too fancy to be worthwhile.
            _previousClickTime = DateTime.Now;
        }