C# 클래스 entity.Main.SkinOptions

파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mainform Form1
skinshit SkinInfo[]

공개 메소드들

메소드 설명
GenerateSkinSets ( ) : void

The generate skin sets.

GetSettings ( ) : void

The get settings.

ReadSkinInfo ( ) : SkinINFO2User

The read skin info.

SkinOptions ( ) : System

Initializes a new instance of the SkinOptions class.

teststuff ( string filepath ) : SkinInfo

The teststuff.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

SkinOptions_Load ( object sender, EventArgs e ) : void

The skin options_ load.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

button2_Click ( object sender, EventArgs e ) : void

The button 2_ click.

checkBox1_CheckedChanged ( object sender, EventArgs e ) : void

The check box 1_ checked changed.

comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

The combo box 1_ selected index changed.

메소드 상세

Dispose() 보호된 메소드

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

GenerateSkinSets() 공개 메소드

The generate skin sets.
public GenerateSkinSets ( ) : void
리턴 void

GetSettings() 공개 메소드

The get settings.
public GetSettings ( ) : void
리턴 void

ReadSkinInfo() 공개 메소드

The read skin info.
public ReadSkinInfo ( ) : SkinINFO2User
리턴 SkinINFO2User

SkinOptions() 공개 메소드

Initializes a new instance of the SkinOptions class.
public SkinOptions ( ) : System
리턴 System

teststuff() 공개 메소드

The teststuff.
public teststuff ( string filepath ) : SkinInfo
filepath string The filepath.
리턴 SkinInfo

프로퍼티 상세

mainform 공개적으로 프로퍼티

The mainform.
public Form1,entity.Main mainform
리턴 Form1

skinshit 공개적으로 프로퍼티

The skinshit.
public SkinInfo[] skinshit
리턴 SkinInfo[]