Esempio n. 1
0
 void UserWaypointCollection_WaypointDataChanged(object sender, EventArgs e)
 {
     Data.UserWaypoint l = sender as Data.UserWaypoint;
     if (l != null)
     {
         if (!string.IsNullOrEmpty(l.GeocacheCode))
         {
             Data.Geocache gc = GetGeocache(l.GeocacheCode);
             if (gc != null)
             {
                 gc.ResetCachedUserWaypointsData();
             }
         }
     }
 }
Esempio n. 2
0
 public UserWaypointEventArgs(Data.UserWaypoint wp)
 {
     Waypoint = wp;
 }
Esempio n. 3
0
 public UserWaypointEventArgs(Data.UserWaypoint wp)
 {
     Waypoint = wp;
 }