C# Class Busker.Data.Commands.Extensions

Show file Open project: shendongnian/code

Public Methods

Method Description
Invoke ( Command aCommand ) : void

Executes the command using the default invoker.

Method Details

Invoke() public static method

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