Property | Type | Description | |
---|---|---|---|
AccountId | int |
Method | Description | |
---|---|---|
AccountEditForm ( int Pid ) : System |
Constructor
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AccountEditForm_FormClosing ( object sender, |
When the form starts to close, we need to unregister for the OnDisconnect event.
|
|
DeleteBtn_Click ( object sender, |
Event fired when the Delete button is pushed
|
|
DisconnectBtn_Click ( object sender, |
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, |
Event fired when the Submit button is pushed
|
public AccountEditForm ( int Pid ) : System | ||
Pid | int | The player account ID |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |