C# 클래스 BalloonsPop.GraphicUserInterface.UserCommandArgs

Event arguments that encapsulate a command as a string.
상속: System.EventArgs
파일 보기 프로젝트 열기: Baloons-Pop-4/Main 1 사용 예제들

공개 메소드들

메소드 설명
UserCommandArgs ( string commandToPass ) : System

Initializes a new instance of the UserCommandArgs class from command string.

메소드 상세

UserCommandArgs() 공개 메소드

Initializes a new instance of the UserCommandArgs class from command string.
public UserCommandArgs ( string commandToPass ) : System
commandToPass string The name of current command.
리턴 System