C# 클래스 ACAT.Lib.Extension.AlphabetScannerCommon.ShowScannerHandler

Command handler to show other scanners such as Cursor, Punctuations etc.
상속: ACAT.Lib.Extension.CommandHandlers.CreateAndShowScanner
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
Execute ( bool &handled ) : bool

Executes the command

ShowScannerHandler ( AlphabetScannerCommon alphabetScannerCommon, String cmd ) : System

Initializes a new instance of the class.

메소드 상세

Execute() 공개 메소드

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

ShowScannerHandler() 공개 메소드

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