C# 클래스 BF2Statistics.AccountEditForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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