C# 클래스 Command, DailyProjects

파일 보기 프로젝트 열기: GHScan/DailyProjects 1 사용 예제들

공개 메소드들

메소드 설명
CreateTemplates ( ) : List
Execute ( ) : void
RunMain ( string args ) : void

메소드 상세

CreateTemplates() 공개 정적인 메소드

public static CreateTemplates ( ) : List
리턴 List

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

public abstract Execute ( ) : void
리턴 void

RunMain() 공개 정적인 메소드

public static RunMain ( string args ) : void
args string
리턴 void