Ejemplo n.º 1
0
 public CMGeoDot(enumGeoDotType geodottype)
 {
     GeoDotType = geodottype;
 }
Ejemplo n.º 2
0
 public CMGeoDot()
 {
     GeoDotType = enumGeoDotType.geodtNull;
 }