Exemple #1
0
 public static void AddAccount(Account a)
 {
     Accounts.Add(a);
     DbHandler.AddAcount(a);
 }