Exemplo n.º 1
0
 public void EventShow(NewEventEventArgs e)
 {
     if (NewEventShowEvent != null)
     {
         NewEventShowEvent(e);
     }
 }
Exemplo n.º 2
0
 public void AlarmShow(NewEventEventArgs e)
 {
     if (NewAlarmShowEvent != null)
     {
         NewAlarmShowEvent(e);
     }
 }