Beispiel #1
0
 private void ConditionComboBox_SelectedIndexChanged(object sender, EventArgs e)
 {
     Notifier.Condition = (Condition)ConditionComboBox.SelectedIndex;
     ConditionChange?.Invoke(Notifier, Notifier.Condition);
 }