Beispiel #1
0
 private void ajoutservice()
 {
     comboBox5.Items.Clear();
     comboBox5.Items.AddRange(Databaseconnection.getservice());
 }