C# Class HandlerCache, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
AddHandler ( Action, action ) : void
AddHandler ( Action, action ) : void
HandleCommand ( ICommand, command ) : void

Method Details

AddHandler() public méthode

public AddHandler ( Action, action ) : void
action Action,
Résultat void

AddHandler() public méthode

public AddHandler ( Action, action ) : void
action Action,
Résultat void

HandleCommand() public méthode

public HandleCommand ( ICommand, command ) : void
command ICommand,
Résultat void