C# Class 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.
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Show file Open project: brlima94/acat-localization

Public Methods

Method Description
Execute ( bool &handled ) : bool

Executes the command

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

ShowScreenLockHandler() public method

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