Ejemplo n.º 1
0
 private void DeleteRasterLayer(String filePath)
 {
     RasterLayer.RemoveAll(v => v.FilePath == filePath);
 }