C# Class NekoKun.CreateProjectWizard

Inheritance: NekoKun.UI.LynnForm
显示文件 Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
FileName string
files List

Protected Properties

Property Type Description
invalidChars System.Text.RegularExpressions.Regex

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

CreateProjectWizard() public method

public CreateProjectWizard ( ) : System
return System

Dispose() protected method

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

FillFields() public method

public FillFields ( ) : void
return void

UpdateAccept() public method

public UpdateAccept ( ) : void
return void

accpetButton_Click() public method

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

browseFolderButton_Click() public method

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

fieldName_TextChanged() public method

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

Property Details

FileName public_oe property

public string FileName
return string

files public_oe property

public List files
return List

invalidChars protected_oe property

protected System.Text.RegularExpressions.Regex invalidChars
return System.Text.RegularExpressions.Regex