예제 #1
0
파일: Site.cs 프로젝트: wrbrooks/VB3
 public Site()
 {
     _location = new PointGeo();
     _markerLeft = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }
예제 #2
0
파일: Site.cs 프로젝트: ninalinzhiyun/VB3
 public Site()
 {
     _location    = new PointGeo();
     _markerLeft  = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }