mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 23:45:05 +00:00
Version 4.10.0: Updated target framework versions. Cleanup of TypeConverters, ImageLoader, MBTileSource.
This commit is contained in:
parent
6a1653056f
commit
acf43d70ea
8 changed files with 109 additions and 81 deletions
|
|
@ -21,7 +21,7 @@ namespace MapControl
|
|||
{
|
||||
var bitmapImage = imageSource as BitmapImage;
|
||||
|
||||
if (bitmapImage != null && bitmapImage.UriSource != null)
|
||||
if (bitmapImage?.UriSource != null)
|
||||
{
|
||||
bitmapImage.ImageOpened += BitmapImageOpened;
|
||||
bitmapImage.ImageFailed += BitmapImageFailed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue