Ejemplo n.º 1
0
 public TileSourceWrapper(BruTile.ITileSource tileSource)
 {
     _tileSource = tileSource;
     _properties = new Dictionary<string, object>();
 }
Ejemplo n.º 2
0
 public TileSourceWrapper(BruTile.ITileSource tileSource)
 {
     _tileSource = tileSource;
     _properties = new Dictionary <string, object>();
 }