AGENT.PackageViewer.Command.DelegateCommand.Execute C# (CSharp) Méthode

Execute() public méthode

public Execute ( ) : void
Résultat void
        public void Execute()
        {
            this.executeActionSimple();
        }
    }

Same methods

DelegateCommand::Execute ( object parameter ) : void