C# Class NekoKun.CreateProjectWizard

Inheritance: NekoKun.UI.LynnForm
Afficher le fichier Open project: NekoProject/NekoKun Class Usage Examples

Méthodes publiques

Свойство Type Description
FileName string
files List

Protected Properties

Свойство Type Description
invalidChars System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

CreateProjectWizard() public méthode

public CreateProjectWizard ( ) : System
Résultat System

Dispose() protected méthode

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

FillFields() public méthode

public FillFields ( ) : void
Résultat void

UpdateAccept() public méthode

public UpdateAccept ( ) : void
Résultat void

accpetButton_Click() public méthode

public accpetButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

browseFolderButton_Click() public méthode

public browseFolderButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

fieldName_TextChanged() public méthode

public fieldName_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

FileName public_oe property

public string FileName
Résultat string

files public_oe property

public List files
Résultat List

invalidChars protected_oe property

protected System.Text.RegularExpressions.Regex invalidChars
Résultat System.Text.RegularExpressions.Regex