C# 클래스 SatoruErogeTimer.ErogeNode

상속: Eroge
파일 보기 프로젝트 열기: Aixile/Etupirka

공개 메소드들

메소드 설명
ErogeNode ( ) : System
ErogeNode ( string _title, int _time, string _addr, RunningStatus _status = RunningStatus.Resting ) : System
getState ( ) : string
run ( ) : bool

메소드 상세

ErogeNode() 공개 메소드

public ErogeNode ( ) : System
리턴 System

ErogeNode() 공개 메소드

public ErogeNode ( string _title, int _time, string _addr, RunningStatus _status = RunningStatus.Resting ) : System
_title string
_time int
_addr string
_status RunningStatus
리턴 System

getState() 공개 메소드

public getState ( ) : string
리턴 string

run() 공개 메소드

public run ( ) : bool
리턴 bool