Exemplo n.º 1
0
 public Site()
 {
     _location    = new PointGeo();
     _markerLeft  = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }
Exemplo n.º 2
0
Arquivo: Site.cs Projeto: wrbrooks/VB3
 public Site()
 {
     _location = new PointGeo();
     _markerLeft = new PointGeo();
     _markerRight = new PointGeo();
     _watermarker = new PointGeo();
 }