Esempio n. 1
0
 private void DeleteAccountExecute(Account a)
 {
     TestWalletManager.DeleteAccount(a);
     Accounts.Remove(a);
 }