Version 4.16.0. Improved MapProjection.

This commit is contained in:
ClemensF 2019-12-13 16:59:31 +01:00
parent 1b4b413b89
commit f9d915ae70

View file

@ -4,7 +4,9 @@
using System;
using System.Globalization;
#if !WINDOWS_UWP
#if WINDOWS_UWP
using Windows.Foundation;
#else
using System.Windows;
#endif