Esempio n. 1
0
 private void addMouvement(String type)
 {
     if (TxtMt.Text != "")
     {
         Mouvements mvt = new Mouvements(Datm.Value, type, Convert.ToDouble(TxtMt.Text));
         c.nouveauMvt(mvt);
     }
 }
Esempio n. 2
0
 public void nouveauMvt(Mouvements m)
 {
     list_mouv.Add(m);
 }