CodeValue.CodeCommander.Tests.Mocks.TestCommand.Execute C# (CSharp) Méthode

Execute() public méthode

public Execute ( ) : void
Résultat void
        public override void Execute()
        {
            if (_executeAction != null) _executeAction();
        }