示例#1
0
文件: Map.cs 项目: Shine6Z/GenXSource
 public void AddShape(MapShapes shape)
 {
     mapShapeList.Add(shape);
     mapServiceJS.MapAddShape(shape, this);
 }