Exemplo n.º 1
0
 private void Butt_Modifier_Participant_Click(object sender, EventArgs e)
 {
     try
     {
         //faire attention au string qui sont entre[] car ils font appelle au nom des collone dans la table
         _Manager.chargementDATA(ComboBox_ListOfChildren);
         form_manager.OpenInscription_Children();
     }
     catch (Exception ex)
     {
         MessageBox.Show("Veuillez Rééssayer : ERRROR : " + ex.Message);
     }
 }