示例#1
0
文件: Site.cs 项目: ninalinzhiyun/VB3
 public Site()
 {
     _location    = new PointGeo();
     _markerLeft  = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }
示例#2
0
文件: Site.cs 项目: wrbrooks/VB3
 public Site()
 {
     _location = new PointGeo();
     _markerLeft = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }