Example #1
0
File: Site.cs Project: wrbrooks/VB3
 public Site()
 {
     _location = new PointGeo();
     _markerLeft = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }
Example #2
0
 public Site()
 {
     _location    = new PointGeo();
     _markerLeft  = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }