C# Класс ARKBreedingStats.Settings

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

Открытые методы

Метод Описание
Settings ( ) : System
Settings ( CreatureCollection cc ) : System

Защищенные методы

Метод Описание
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.

Settings_DragDrop ( object sender, DragEventArgs e ) : void
Settings_DragEnter ( object sender, DragEventArgs e ) : void
buttonAllToOne_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
buttonSetToOfficial_Click ( object sender, EventArgs e ) : void
checkBoxAutoSave_CheckedChanged ( object sender, EventArgs e ) : void
extractSettingsFromFile ( string file ) : void
initStuff ( ) : void
loadSettings ( CreatureCollection cc ) : void
numericUpDown_Enter ( object sender, EventArgs e ) : void
saveSettings ( ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Settings() публичный Метод

public Settings ( ) : System
Результат System

Settings() публичный Метод

public Settings ( CreatureCollection cc ) : System
cc CreatureCollection
Результат System