Esempio n. 1
0
 public double Distance(MyPoint point)
 {
     return(Distance(point.X, point.Y));
 }