Exemplo n.º 1
0
 public void supprimer_Adherent(DATA.adherent unAdherent)
 {
     liste.Remove(unAdherent);
 }
Exemplo n.º 2
0
 public Modifer_Adh(DATA.adherent adherent, gestion_Clubs gClub)
 {
     InitializeComponent();
     modadh   = adherent;
     GestionC = gClub;
 }
Exemplo n.º 3
0
 public void ajouter_Adherent(DATA.adherent unAdherent)
 {
     liste.Add(unAdherent);
 }