Пример #1
0
 public Point(geometry geometry, decimal rating, string name)
 {
     this.name     = name;
     this.geometry = geometry;
     this.rating   = rating;
 }
Пример #2
0
 public Point()
 {
     geometry = new geometry();
 }