C# Class BasicCommandHandlers.HelpCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IHelpCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ShowHelp ( ) : void
Start ( ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
Résultat void

ShowHelp() public méthode

public ShowHelp ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void