Beispiel #1
0
 public void InvokeAlarmActive(AlarmActiveEventArgs args)
 {
     AlarmActive?.Invoke(this, args);
 }
Beispiel #2
0
 public void C_AlarmActive(object sender, AlarmActiveEventArgs e)
 {
     UpdateButton(e.IsScheduled);
 }