コード例 #1
0
 private void ObstacleAvoidance_OnAllStop(object sender, CustomEventArgs e)
 {
     TriggerAlertEvent();
 }
コード例 #2
0
 void EventLog_OnInsert(object sender, CustomEventArgs e)
 {
     if (this.MdiChildren.OfType<Diagnostics>().Count() > 0)
     {
         this.MdiChildren.OfType<Diagnostics>().First<Diagnostics>().UpdateGrid(data.EventLog.Get());
     }
 }