Property | Type | Description | |
---|---|---|---|
tranList | IEnumerable |
Method | Description | |
---|---|---|
CAccountManagementWnd ( SEconomy SecInstance ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
BindUserList ( ) : Task | ||
CAccountManagementWnd_Load ( object sender, EventArgs e ) : void | ||
DisableAllControls ( Control baseControl, bool recursive, List |
||
EnableAllControls ( List |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadAccountsAsync ( ) : Task | ||
LoadTransactionsForUser ( long BankAccountK ) : Task | ||
btnModifyBalance_Click ( object sender, EventArgs e ) : void | ||
btnRefreshTrans_Click ( object sender, EventArgs e ) : void |
Occurs when a user clicks on the refresh transactions button on the right hand top toolbar
|
|
btnResetTrans_Click ( object sender, EventArgs e ) : void | ||
btnShowFrom_Click ( object sender, EventArgs e ) : void | ||
ctxAccountList_Opening ( object sender, CancelEventArgs e ) : void | ||
ctxDeleteTransactionConfirm_Click ( object sender, EventArgs e ) : void |
Fires when a user wants to delete some transactions
|
|
deleteXAccountsToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
gvAccounts_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void | ||
gvAccounts_SelectionChanged ( object sender, EventArgs e ) : void | ||
gvTransactions_CellEnter ( object sender, DataGridViewCellEventArgs e ) : void | ||
gvTransactions_DataError ( object sender, DataGridViewDataErrorEventArgs e ) : void | ||
gvTransactions_MouseUp ( object sender, MouseEventArgs e ) : void |
Shows the transaction context menu under the mouse cursor
|
|
lbAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void |
Occurs when the user selects an item on the left hand menu
|
|
showOfflineToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
showOnlineToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
showOrphanNoAccountToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
showSystemToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
txtSearch_TextChanged ( object sender, EventArgs e ) : void |
public CAccountManagementWnd ( SEconomy SecInstance ) : System | ||
SecInstance | SEconomy | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |