C# Class Busker.Data.Commands.Extensions

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
Invoke ( Command aCommand ) : void

Executes the command using the default invoker.

Method Details

Invoke() public static méthode

Executes the command using the default invoker.
public static Invoke ( Command aCommand ) : void
aCommand Command
Résultat void