C# Class entity.Main.SkinOptions

Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
mainform Form1
skinshit SkinInfo[]

Public Methods

Method Description
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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Dispose() protected method

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

GenerateSkinSets() public method

The generate skin sets.
public GenerateSkinSets ( ) : void
return void

GetSettings() public method

The get settings.
public GetSettings ( ) : void
return void

ReadSkinInfo() public method

The read skin info.
public ReadSkinInfo ( ) : SkinINFO2User
return SkinINFO2User

SkinOptions() public method

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

teststuff() public method

The teststuff.
public teststuff ( string filepath ) : SkinInfo
filepath string The filepath.
return SkinInfo

Property Details

mainform public_oe property

The mainform.
public Form1,entity.Main mainform
return Form1

skinshit public_oe property

The skinshit.
public SkinInfo[] skinshit
return SkinInfo[]