C# Class Depressurizer.DlgAutoCatCreate

Inheritance: System.Windows.Forms.Form
Show file Open project: Theo47/depressurizer Class Usage Examples

Public Methods

Method Description
DlgAutoCatCreate ( string name = null, AutoCatType type = AutoCatType.None ) : System

Private Methods

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

public DlgAutoCatCreate ( string name = null, AutoCatType type = AutoCatType.None ) : System
name string
type AutoCatType
return System