C# Class 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
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode Description
CommandHandler ( String cmd ) : System

Initializes a new instance of the class.

Execute ( bool &handled ) : bool

Executes the command

Method Details

CommandHandler() public méthode

Initializes a new instance of the class.
public CommandHandler ( String cmd ) : System
cmd String the command
Résultat System

Execute() public méthode

Executes the command
public Execute ( bool &handled ) : bool
handled bool was the command handled?
Résultat bool