Property | Type | Description | |
---|---|---|---|
ParamString | string |
Property | Type | Description | |
---|---|---|---|
UnknownVals | string |
Method | Description | |
---|---|---|
ClientParamsForm ( string Params ) : System |
Constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AutoLogin_CheckedChanged ( object sender, |
||
CancelBtn_Click ( object sender, |
Event fire when the Cancel button is pushed
|
|
CustomRes_CheckedChanged ( object sender, |
||
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, |
Event fired when the Save button is clicked
|
public ClientParamsForm ( string Params ) : System | ||
Params | string | The current param string |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |