AGENT.PackageViewer.Command.DelegateCommand.Execute C# (CSharp) Method

Execute() public method

public Execute ( ) : void
return void
        public void Execute()
        {
            this.executeActionSimple();
        }
    }

Same methods

DelegateCommand::Execute ( object parameter ) : void