C# 클래스 BalloonsPop.GraphicUserInterface.Commands.WpfExitCommand

Implements the ICommand interface and provides exit functionality for a wpf application that can be called on by the engine.
상속: BalloonsPop.Core.Commands.CompositeCommand
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
Execute ( IContext context ) : void

Executes the exit command in a provided context.

WpfExitCommand ( ) : System.Windows

Initializes a new instance of the WpfExitCommand class.

메소드 상세

Execute() 공개 메소드

Executes the exit command in a provided context.
public Execute ( IContext context ) : void
context IContext The execution context for the command.
리턴 void

WpfExitCommand() 공개 메소드

Initializes a new instance of the WpfExitCommand class.
public WpfExitCommand ( ) : System.Windows
리턴 System.Windows