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