コード例 #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();
 }