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
Показать файл Открыть проект

Открытые методы

Метод Описание
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