C# Класс BF2Statistics.ClientParamsForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ParamString string

Защищенные свойства (Protected)

Свойство Тип Описание
UnknownVals string

Открытые методы

Метод Описание
ClientParamsForm ( string Params ) : System

Constructor

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ClientParamsForm() публичный Метод

Constructor
public ClientParamsForm ( string Params ) : System
Params string The current param string
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Описание свойств

ParamString публичное статическое свойство

The parameter string that was set with the "Save" button is pushed
public static string ParamString
Результат string

UnknownVals защищенное свойство

A string containing the unknown (parsable) parameters
protected string UnknownVals
Результат string