Exemple #1
0
 void AccountDetailsControl_TransactionHistory(object sender, AccountArgs e)
 {
     HideAll();
     TransactionsGrid.Visibility = Visibility.Visible;
     TransactionsControl.Populate(this.user, e.Account);
 }
Exemple #2
0
 void AccountDetailsControl_AllocatePercentage(object sender, AccountArgs e)
 {
     // Launch the wizard
     LaunchWizard(new AccountLauncher(e.Account));
 }
Exemple #3
0
 void AccountsOverviewControl_AccountDetails(object sender, AccountArgs e)
 {
     HideAll();
     AccountDetailsGrid.Visibility = Visibility.Visible;
     AccountDetailsControl.Populate(e.Account);
 }
Exemple #4
0
 void AccountsOverviewControl_AccountDetails(object sender, AccountArgs e)
 {
     HideAll();
     AccountDetailsGrid.Visibility = Visibility.Visible;
     AccountDetailsControl.Populate(e.Account);
 }
Exemple #5
0
 void AccountDetailsControl_AllocatePercentage(object sender, AccountArgs e)
 {
     // Launch the wizard
     LaunchWizard(new AccountLauncher(e.Account));
 }
Exemple #6
0
 void AccountDetailsControl_TransactionHistory(object sender, AccountArgs e)
 {
     HideAll();
     TransactionsGrid.Visibility = Visibility.Visible;
     TransactionsControl.Populate(this.user, e.Account);
 }