Beispiel #1
0
 private void label37_Click(object sender, EventArgs e)
 {
     //-->  Gestion des Echantillons
             AjoutEchantillon ajoutEchantillon = new AjoutEchantillon();
             this.Hide();
             ajoutEchantillon.ShowDialog();
             this.Show();
 }
Beispiel #2
0
 private void buttonAjoutEchantillionOPTIONAccueil_Click(object sender, EventArgs e)
 {
     AjoutEchantillon ajoutEchantillon = new AjoutEchantillon();
     ajoutEchantillon.ShowDialog();
 }