Exemplo n.º 1
0
 public Image([NotNull] MapSource owner, [NotNull] IMapTile mapTile)
 {
     _owner   = owner;
     _mapTile = mapTile;
 }
Exemplo n.º 2
0
 public Image(MapSource owner, IMapTile mapTile)
 {
     _owner = owner;
     _mapTile = mapTile;
 }