C# Class ST.Client.CommandRunner

Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
CommandRunner ( IApplication app ) : System
CommandRunner ( IApplication app, ICommand commands ) : System
HandleJson ( string json ) : void

Method Details

CommandRunner() public method

public CommandRunner ( IApplication app ) : System
app IApplication
return System

CommandRunner() public method

public CommandRunner ( IApplication app, ICommand commands ) : System
app IApplication
commands ICommand
return System

HandleJson() public method

public HandleJson ( string json ) : void
json string
return void