C# Class ARKBreedingStats.Settings

Show file Open project: cadon/ARKStatsExtractor Class Usage Examples

Public Methods

Method Description
Settings ( ) : System
Settings ( CreatureCollection cc ) : System

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.

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

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

Settings() public method

public Settings ( ) : System
return System

Settings() public method

public Settings ( CreatureCollection cc ) : System
cc CreatureCollection
return System