Esempio n. 1
0
 public Poi()
 {
     AttributeCollection = new PoIAttributes();
     Init();
 }
Esempio n. 2
0
 public Poi(PoIAttributes attributes)
 {
     AttributeCollection = attributes;
     Init();
 }