C# Класс ACAT.Extensions.Default.UI.Menus.MainMenu.CommandHandler

Command dispatcher to handles commands from the menu itmes in the main menu. Executes commands that are not supported by the base class
Наследование: 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
Результат System

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

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