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