C# 클래스 Rover.NullCommand

상속: ICommand
파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14

공개 메소드들

메소드 설명
Execute ( ) : void
NullCommand ( ) : System
NullCommand ( string unparsedText ) : System
UnExecute ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

NullCommand() 공개 메소드

public NullCommand ( ) : System
리턴 System

NullCommand() 공개 메소드

public NullCommand ( string unparsedText ) : System
unparsedText string
리턴 System

UnExecute() 공개 메소드

public UnExecute ( ) : void
리턴 void