コード例 #1
0
 private void buttonAjoutEnfant_Click(object sender, EventArgs e)
 {
     timerProgressBar.Stop();
     Enfants.Ajout(comboBoxPrenom);
     Enfants.Selecteur(comboBoxPrenom, pictureBoxPhoto);
     //userControl11.Focus();
     timerProgressBar.Start();
 }
コード例 #2
0
 private void comboBoxPrenom_SelectedIndexChanged(object sender, EventArgs e)
 {
     Enfants.Selecteur(comboBoxPrenom, pictureBoxPhoto);
     //userControl11.Focus();
 }