C# Класс ACAT.Extensions.Default.UI.Scanners.TalkApplicationScannerAlphabetical.CommandHandler

Handler for dispatching commands
Наследование: 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