C# Class BF2Statistics.BF2sConfig

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Methods

Method Description
BF2sConfig ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Cancel_Click ( object sender, EventArgs e ) : void

Closes the form

CentralDatabase_SelectedIndexChanged ( object sender, EventArgs e ) : void
ClanManager_SelectedIndexChanged ( object sender, EventArgs e ) : void
CloseOnStart ( object sender, EventArgs e ) : void

Event closes the form when fired

CmClanTag_Validating ( object sender, CancelEventArgs e ) : void
CmCountry_Validating ( object sender, CancelEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadConfig ( ) : void

Loads the config file, and parses it for all the variables and values

SaveButton_Click ( object sender, EventArgs e ) : void

Saves the current settings to the BF2Statistics.py file

SnapshotPrefix_Validating ( object sender, CancelEventArgs e ) : void
XpackMedalsConfigBtn_Click ( object sender, EventArgs e ) : void

Method Details

BF2sConfig() public method

public BF2sConfig ( ) : System
return System

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