예제 #1
0
파일: CMGeoDot.cs 프로젝트: mmaxm/maps_vvo
 public CMGeoDot(enumGeoDotType geodottype)
 {
     GeoDotType = geodottype;
 }
예제 #2
0
파일: CMGeoDot.cs 프로젝트: mmaxm/maps_vvo
 public CMGeoDot()
 {
     GeoDotType = enumGeoDotType.geodtNull;
 }