Exemple #1
0
 public CMGeoDot(enumGeoDotType geodottype)
 {
     GeoDotType = geodottype;
 }
Exemple #2
0
 public CMGeoDot()
 {
     GeoDotType = enumGeoDotType.geodtNull;
 }