コード例 #1
0
 private void ajouterregion()
 {
     comboBox7.Items.Clear();
     comboBox7.Items.AddRange(Databaseconnection.GetRegions());
 }