コード例 #1
0
 private void initComboBoxes()
 {
     ComboBoxWorker.initDepartment(comboBoxDep);
     comboBoxGender.SelectedIndex = 0;
 }