Exemplo n.º 1
0
 public void CreateNewLayer(int Index, Layer LayerData, bool IsUndoAction = false)
 {
     MapWidget.CreateNewLayer(Index, LayerData, IsUndoAction);
 }