C# 클래스 DesignPattern.State.TrafficLight

파일 보기 프로젝트 열기: ZShijun/DesignPattern

공개 메소드들

메소드 설명
TrafficLight ( ) : System
Turn ( ) : void

메소드 상세

TrafficLight() 공개 메소드

public TrafficLight ( ) : System
리턴 System

Turn() 공개 메소드

public Turn ( ) : void
리턴 void