예제 #1
0
 private void Discoveryform_OnHistoryChange(HistoryList obj)
 {
     httpws.SendWebSockets(journalsender.Refresh(-1, 50), false); // refresh history
     httpws.SendWebSockets(statussender.Refresh(-1), false);      // and status
     httpws.SendWebSockets(scandata.Notify(), false);             // tell it its changed
     httpws.SendWebSockets(scandisplay.Notify(), false);          // tell it its changed
     httpws.SendWebSockets(missions.Notify(), false);             // tell it its changed
     httpws.SendWebSockets(texts.Notify(), false);                // tell it its changed
 }