Exemple #1
0
 public FichePatient(FormPatient formPatient, string id, int statut)
 {
     this.formPatient = formPatient;
     this.id          = id;
     this.statut      = statut;
     InitializeComponent();
 }
Exemple #2
0
 public FichePatient(FormPatient formPatient)
 {
     this.formPatient = formPatient;
     InitializeComponent();
 }