Ejemplo n.º 1
0
 public void RecievePointRelease(KeyPointData keyPointData)
 {
     if (selectedKeyPoint != null)
     {
         selectedKeyPoint.deselect();
     }
     keyPointData.select();
     selectedKeyPoint = keyPointData;
 }