Bloom.Command.SetBounceTime C# (CSharp) Метод

SetBounceTime() приватный статический Метод

private static SetBounceTime ( ) : void
Результат 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;
        }