C# 클래스 ACAT.Lib.Extension.CommandHandlers.ShowScreenLockHandler

Displays the ACAT Screen Lock dialog. This locks the display and the user has to enter a PIN to unlock the display.
상속: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

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

Executes the command

ShowScreenLockHandler ( 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 the command was handled
리턴 bool

ShowScreenLockHandler() 공개 메소드

Initializes a new instance of the class.
public ShowScreenLockHandler ( String cmd ) : System
cmd String The command to be executed
리턴 System