C# 클래스 NekoKun.CreateProjectWizard

상속: NekoKun.UI.LynnForm
파일 보기 프로젝트 열기: NekoProject/NekoKun 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileName string
files List

보호된 프로퍼티들

프로퍼티 타입 설명
invalidChars System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
CreateProjectWizard ( ) : System
FillFields ( ) : void
UpdateAccept ( ) : void
accpetButton_Click ( object sender, EventArgs e ) : void
browseFolderButton_Click ( object sender, EventArgs e ) : void
fieldName_TextChanged ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

CreateProjectWizard() 공개 메소드

public CreateProjectWizard ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FillFields() 공개 메소드

public FillFields ( ) : void
리턴 void

UpdateAccept() 공개 메소드

public UpdateAccept ( ) : void
리턴 void

accpetButton_Click() 공개 메소드

public accpetButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

browseFolderButton_Click() 공개 메소드

public browseFolderButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

fieldName_TextChanged() 공개 메소드

public fieldName_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

files 공개적으로 프로퍼티

public List files
리턴 List

invalidChars 보호되어 있는 프로퍼티

protected System.Text.RegularExpressions.Regex invalidChars
리턴 System.Text.RegularExpressions.Regex