C# 클래스 Builder.Program

A builder allows client code to construct the object of the builder. It is like the template method, but allows external modification.
파일 보기 프로젝트 열기: votinginfoproject/scripts

공개 메소드들

메소드 설명
Main ( String args ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void