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