コード例 #1
0
ファイル: MyPoint.cs プロジェクト: hoanglong151/on-bai
 public double Distance(MyPoint point)
 {
     return(Distance(point.X, point.Y));
 }