C# Class BasicCommandHandlers.HelpCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IHelpCommandHandlerService
Datei anzeigen Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
ShowHelp ( ) : void
Start ( ) : void

Protected Methods

Method Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
return void

ShowHelp() public method

public ShowHelp ( ) : void
return void

Start() public method

public Start ( ) : void
return void