C# Class BF2Statistics.ClientParamsForm

Inheritance: System.Windows.Forms.Form
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
ParamString string

Protected Properties

Property Type Description
UnknownVals string

Public Methods

Method Description
ClientParamsForm ( string Params ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AutoLogin_CheckedChanged ( object sender, EventArgs e ) : void
CancelBtn_Click ( object sender, EventArgs e ) : void

Event fire when the Cancel button is pushed

CustomRes_CheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadProfiles ( ) : void

Loads all of the BF2 profiles

ParseParamString ( ) : void

This method takes a complete query param string for BF2 and parses it

SaveBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Save button is clicked

Method Details

ClientParamsForm() public method

Constructor
public ClientParamsForm ( string Params ) : System
Params string The current param string
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

Property Details

ParamString public static property

The parameter string that was set with the "Save" button is pushed
public static string ParamString
return string

UnknownVals protected property

A string containing the unknown (parsable) parameters
protected string UnknownVals
return string