C# Class Paymetheus.DelegateCommand

Inheritance: DelegateCommandBase, ICommand
Exibir arquivo Open project: btcsuite/Paymetheus Class Usage Examples

Public Methods

Method Description
DelegateCommand ( System.Action execute ) : System
Execute ( object parameter ) : void

Method Details

DelegateCommand() public method

public DelegateCommand ( System.Action execute ) : System
execute System.Action
return System

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void