コード例 #1
0
 /// <summary>
 /// Deletes a geolocation point from the list.
 /// </summary>
 /// <param name="item">Item to delete</param>
 private void DeletePoint(Point item)
 {
     GeolocationPoints.Remove(item);
     NumPointFields--;
 }