Esempio n. 1
0
 public void AddTrackingHistoryPoint(TrackingHistoryPoint historyPoint)
 {
     TrackingHistory.Add(historyPoint);
     ActualLocation = historyPoint.Location;
 }
Esempio n. 2
0
 public void AddTrackingHistoryPoint(TrackingHistoryPoint historyPoint)
 {
     TrackingHistory.Add(historyPoint);
     ActualLocation = historyPoint.Location;
 }