C# 클래스 BalloonsPop.Core.Commands.CompositeCommand

상속: ICommand
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

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

보호된 메소드들

메소드 설명
CompositeCommand ( ) : System

Initializes a new instance of the CompositeCommand class.

메소드 상세

CompositeCommand() 보호된 메소드

Initializes a new instance of the CompositeCommand class.
protected CompositeCommand ( ) : System
리턴 System

Execute() 공개 메소드

public Execute ( IContext context ) : void
context IContext
리턴 void