C# Класс ACAT.Lib.Extension.CommandHandlers.ExitAppHandler

Exits the application
Наследование: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
Execute ( bool &handled ) : bool

Executes the command

ExitAppHandler ( String cmd ) : System

Initializes a new instance of the class.

Приватные методы

Метод Описание
quitApplication ( ) : void

Quits the application

Описание методов

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

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

ExitAppHandler() публичный Метод

Initializes a new instance of the class.
public ExitAppHandler ( String cmd ) : System
cmd String The command to be executed
Результат System