C# Класс ACAT.Extensions.Default.FunctionalAgents.VolumeSettings.VolumeSettingsScanner.CommandHandler

Command handler to test the current volume level. Speaks a line of text.
Наследование: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Показать файл Открыть проект

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

Метод Описание
CommandHandler ( String cmd ) : System

Initializes a new instance of the class

Execute ( bool &handled ) : bool

Executes the command

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

CommandHandler() публичный метод

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

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

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