Language: C#
test
1: ''' <summary> 2: ''' Method to load the data that needs to be loaded after the main data driver 3: ''' for this page has been loaded to set object values on controls 4: ''' </summary> 5: ''' <remarks> 6: ''' </remarks> 7: Protected Sub LoadSecondaryData() 8: 9: Dim _cashBalance As Double = ManagedFundsFactory.GetCashBookBalance(UserSelectedAccounts.PrimarySelectedAccount.AccountID) 10: Dim _pendingBalance As Double = ManagedFundsFactory.GetPendingCashBookBalance(UserSelectedAccounts.PrimarySelectedAccount.AccountID)
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

