C# 클래스 BalloonsPop.Commands.ExitCommand

Implements command for exit
상속: BalloonsPop.Core.Commands.CompositeCommand
파일 보기 프로젝트 열기: Baloons-Pop-4/Main 1 사용 예제들

공개 메소드들

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

Executes exit command

ExitCommand ( ) : System

Initializes a new instance of the ExitCommand class.

메소드 상세

Execute() 공개 메소드

Executes exit command
public Execute ( IContext context ) : void
context IContext
리턴 void

ExitCommand() 공개 메소드

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