C# Класс entity.Main.SkinOptions

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]