C# Class Paymetheus.DelegateCommand

Inheritance: DelegateCommandBase, ICommand
Afficher le fichier Open project: btcsuite/Paymetheus Class Usage Examples

Méthodes publiques

Méthode Description
DelegateCommand ( System.Action execute ) : System
Execute ( object parameter ) : void

Method Details

DelegateCommand() public méthode

public DelegateCommand ( System.Action execute ) : System
execute System.Action
Résultat System

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void