C# Класс ACAT.Lib.Extension.CommandHandlers.ShowDialogsHandler

Shows the various settings dialogs such as General, Scan, Text-to-speech, Mouse etc. These dialogs enable the user to configure ACAT.
Наследование: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Показать файл Открыть проект

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

Метод Описание
Execute ( bool &handled ) : bool

Executes the command

ShowDialogsHandler ( String cmd ) : System

Initializes a new instance of the class.

Приватные методы

Метод Описание
showAboutBox ( Form parentForm ) : void

Displays the about box

showDialog ( String name ) : void

Displays the dialog that has the specified name

Описание методов

Execute() публичный Метод

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if the command was handled
Результат bool

ShowDialogsHandler() публичный Метод

Initializes a new instance of the class.
public ShowDialogsHandler ( String cmd ) : System
cmd String The command to be executed
Результат System