C# 클래스 ZForge.SA.Komponent.SAKomponent

상속: IKomponent
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
IsArgumentAcceptable ( string args ) : bool
Off ( ) : void
Run ( string args ) : void

메소드 상세

IsArgumentAcceptable() 공개 메소드

public IsArgumentAcceptable ( string args ) : bool
args string
리턴 bool

Off() 공개 메소드

public Off ( ) : void
리턴 void

Run() 공개 메소드

public Run ( string args ) : void
args string
리턴 void