Bloom.Command.Execute C# (CSharp) 메소드

Execute() 공개 메소드

public Execute ( ) : void
리턴 void
        public void Execute()
        {
            if (Bouncing())
                return;			// Ignore a second click event generated by the user double clicking.
            Implementer();
            SetBounceTime();	// Start bounce timing here in case implementer is slow.
        }