Exemple #1
0
 private void CourceComboBox_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (CourceComboBox.SelectedIndex != 0)
     {
         CourceComboBox.BackColor = Color.White;
     }
     _comboBoxManager.LoadInfoToGroupComboBox(GroupComboBox, SpecialityComboBox, CourceComboBox);
 }
Exemple #2
0
 private void CourceComboBox_SelectedIndexChanged(object sender, EventArgs e)
 {
     _changes = true;
     _comboBoxManager.LoadInfoToGroupComboBox(GroupComboBox, SpecialityComboBox, CourceComboBox);
 }