C# Класс BF2Statistics.AccountEditForm

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

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

Свойство Тип Описание
AccountId int

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

Метод Описание
AccountEditForm ( int Pid ) : System

Constructor

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

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

Clean up any resources being used.

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

Метод Описание
AccountEditForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

When the form starts to close, we need to unregister for the OnDisconnect event.

DeleteBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Delete button is pushed

DisconnectBtn_Click ( object sender, EventArgs e ) : void

Event fire when disconnect button is pushed. Forces the account to log out.

GpcmClient_OnDisconnect ( object sender ) : void

We cant modify connected client accounts. When the account goes offline, we re-enable the update button and status

GpcmClient_OnSuccessfulLogin ( object sender ) : void

We cant modify connected client accounts. When the account logs in, we disable the update buttonn and update the status

InitializeComponent ( ) : void

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

UpdateBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Submit button is pushed

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

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

Constructor
public AccountEditForm ( int Pid ) : System
Pid int The player account ID
Результат 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

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

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

The Account ID
protected int AccountId
Результат int