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