예제 #1
0
파일: LatLonBox.cs 프로젝트: TNOCS/csTouch
 public ALatLonBox(ALatLonBox box)
 {
   _mNorth = box.North;
   _mSouth = box.South;
   _mEast = box.East;
   _mWest = box.West;
 }
예제 #2
0
파일: LatLonBox.cs 프로젝트: TNOCS/csTouch
 public LatLonBox(ALatLonBox box)
   : base(box)
 {
 }