C# Class ACAT.Lib.Extension.AlphabetScannerCommon.ShowScannerHandler

Command handler to show other scanners such as Cursor, Punctuations etc.
Inheritance: ACAT.Lib.Extension.CommandHandlers.CreateAndShowScanner
Show file Open project: brlima94/acat-localization

Public Methods

Method Description
Execute ( bool &handled ) : bool

Executes the command

ShowScannerHandler ( AlphabetScannerCommon alphabetScannerCommon, String cmd ) : System

Initializes a new instance of the class.

Method Details

Execute() public method

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if handled
return bool

ShowScannerHandler() public method

Initializes a new instance of the class.
public ShowScannerHandler ( AlphabetScannerCommon alphabetScannerCommon, String cmd ) : System
alphabetScannerCommon AlphabetScannerCommon parent object
cmd String command to execute
return System