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

Exits the application
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Show file Open project: brlima94/acat-localization

Public Methods

Method Description
Execute ( bool &handled ) : bool

Executes the command

ExitAppHandler ( String cmd ) : System

Initializes a new instance of the class.

Private Methods

Method Description
quitApplication ( ) : void

Quits the application

Method Details

Execute() public method

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

ExitAppHandler() public method

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