コード例 #1
0
 private void ajoutserie()
 {
     comboBox1.Items.Clear();
     comboBox1.Items.AddRange(Databaseconnection.getseriedefib());
 }