Пример #1
0
 public int DistanceToGridBox(GridBox comparingGridBox)
 {
     return(gridPoint.Distance(comparingGridBox.gridPoint));
 }