internal void NewPosition(object source, NetLogWatcherEventArgs args)
 {
 }
Example #2
0
 // methods
 internal void NewPosition(object source, NetLogWatcherEventArgs args)
 {
     Invoke(new Action <string, Color>(LogText), string.Format("Added Star System {0}...", args.CurrentSystem.Name), Color.Black);
     PopulateSystemGrid();
 }