Esempio n. 1
0
 public void SetNom(String name, int oldn)
 {
     nom = name;
     db.updatefname(name, oldn);
 }