C# Class Depressurizer.DlgAutoCatCreate

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Theo47/depressurizer Class Usage Examples

Méthodes publiques

Méthode Description
DlgAutoCatCreate ( string name = null, AutoCatType type = AutoCatType.None ) : System

Private Methods

Méthode Description
DlgAutoCatCreate_Load ( object sender, EventArgs e ) : void
LoadUIFromFields ( ) : void
SaveUIToFields ( ) : void
StringToType ( string s ) : AutoCatType
TypeToString ( AutoCatType t ) : string
cmdCreate_Click ( object sender, EventArgs e ) : void

Method Details

DlgAutoCatCreate() public méthode

public DlgAutoCatCreate ( string name = null, AutoCatType type = AutoCatType.None ) : System
name string
type AutoCatType
Résultat System