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
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
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