C# Класс ACAT.Extensions.Default.FunctionalAgents.VolumeSettings.VolumeSettingsScanner.CloseHandler

Handles the "close" command to exit. Confirms with the user whether to set the volume, does what the user orders and then exits.
Наследование: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Показать файл Открыть проект

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

Метод Описание
CloseHandler ( String cmd ) : System

Initializes a ne instance of the class

Execute ( bool &handled ) : bool

Executes the specified command

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

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

Initializes a ne instance of the class
public CloseHandler ( String cmd ) : System
cmd String the command to execute
Результат System

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

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