C# 클래스 Depressurizer.DlgAutoCatCreate

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Theo47/depressurizer 1 사용 예제들

공개 메소드들

메소드 설명
DlgAutoCatCreate ( string name = null, AutoCatType type = AutoCatType.None ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DlgAutoCatCreate() 공개 메소드

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