C# Class BasicCommandHandlers.TextTemplateCommandHandler

Inheritance: CommonServices.BasicCommandHandler, ITextTemplateCommandHandlerService
显示文件 Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
OpenEditor ( string template ) : void
Start ( ) : void
Stop ( ) : 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

OpenEditor() public method

public OpenEditor ( string template ) : void
template string
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void