C# 클래스 edu.neu.ccis.jga.forms.Form

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

공개 메소드들

메소드 설명
Form ( ) : System
Form ( string name ) : System
Form ( string name, List fields ) : System
Form ( string name, List fields, List rows ) : System
getRandomForm ( string name, int rowCount, int colCount ) : Form

메소드 상세

Form() 공개 메소드

public Form ( ) : System
리턴 System

Form() 공개 메소드

public Form ( string name ) : System
name string
리턴 System

Form() 공개 메소드

public Form ( string name, List fields ) : System
name string
fields List
리턴 System

Form() 공개 메소드

public Form ( string name, List fields, List rows ) : System
name string
fields List
rows List
리턴 System

getRandomForm() 공개 정적인 메소드

public static getRandomForm ( string name, int rowCount, int colCount ) : Form
name string
rowCount int
colCount int
리턴 Form