示例#1
0
 public void UpdateFrom(UserWaypoint wp)
 {
     BeginUpdate();
     this.GeocacheCode = wp.GeocacheCode;
     this.ID = wp.ID;
     this.Description = wp.Description;
     this.Lat = wp.Lat;
     this.Lon = wp.Lon;
     this.Date = wp.Date;
     EndUpdate();
 }
示例#2
0
 public void UpdateFrom(UserWaypoint wp)
 {
     BeginUpdate();
     this.GeocacheCode = wp.GeocacheCode;
     this.ID           = wp.ID;
     this.Description  = wp.Description;
     this.Lat          = wp.Lat;
     this.Lon          = wp.Lon;
     this.Date         = wp.Date;
     EndUpdate();
 }