Exemplo n.º 1
0
 public void Update(Marker other)
 {
     if (name != other.name) throw new Exception("Attempt to update marker with different name");
     tr = other.tr;
 }
Exemplo n.º 2
0
 public void AddMarker(Marker m) { markers.Add(m); }