C# 클래스 DesignPatterns.Behavioral.Command.Command

상속: IRunnable
파일 보기 프로젝트 열기: falberthen/DesignPatterns.Collection 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void
UnExecute ( ) : void

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

UnExecute() 공개 추상적인 메소드

public abstract UnExecute ( ) : void
리턴 void