C# Class ACAT.Lib.Extension.CommandHandlers.ExitAppHandler

Exits the application
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode Description
Execute ( bool &handled ) : bool

Executes the command

ExitAppHandler ( String cmd ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
quitApplication ( ) : void

Quits the application

Method Details

Execute() public méthode

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if the command was handled
Résultat bool

ExitAppHandler() public méthode

Initializes a new instance of the class.
public ExitAppHandler ( String cmd ) : System
cmd String The command to be executed
Résultat System