C# Class entity.Main.SkinOptions

Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
mainform Form1
skinshit SkinInfo[]

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

GenerateSkinSets() public méthode

The generate skin sets.
public GenerateSkinSets ( ) : void
Résultat void

GetSettings() public méthode

The get settings.
public GetSettings ( ) : void
Résultat void

ReadSkinInfo() public méthode

The read skin info.
public ReadSkinInfo ( ) : SkinINFO2User
Résultat SkinINFO2User

SkinOptions() public méthode

Initializes a new instance of the SkinOptions class.
public SkinOptions ( ) : System
Résultat System

teststuff() public méthode

The teststuff.
public teststuff ( string filepath ) : SkinInfo
filepath string The filepath.
Résultat SkinInfo

Property Details

mainform public_oe property

The mainform.
public Form1,entity.Main mainform
Résultat Form1

skinshit public_oe property

The skinshit.
public SkinInfo[] skinshit
Résultat SkinInfo[]