示例#1
0
 public override bool IsNearby(PointLogic <PointPresenter> other)
 {
     return(Math.Abs(other.Presenter._x - _x) <= 10);
 }
示例#2
0
 public abstract bool IsNearby(PointLogic <T> other);