C# Class BF2Statistics.ClientParamsForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
ParamString string

Protected Properties

Свойство Type Description
UnknownVals string

Méthodes publiques

Méthode Description
ClientParamsForm ( string Params ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Constructor
public ClientParamsForm ( string Params ) : System
Params string The current param string
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

ParamString public_oe static_oe property

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

UnknownVals protected_oe property

A string containing the unknown (parsable) parameters
protected string UnknownVals
Résultat string