Initializes a new instance of the
Command class
Namespace: DeltaEngine.CommandsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Command(
string commandName,
Action action
)
public Command(
string commandName,
Action action
)
Public Sub New (
commandName As String,
action As Action
)
Public Sub New (
commandName As String,
action As Action
)
public:
Command(
String^ commandName,
Action^ action
)
public:
Command(
String^ commandName,
Action^ action
)
new :
commandName : string *
action : Action -> Command
new :
commandName : string *
action : Action -> Command