This commit is contained in:
ClemensFischer 2024-05-21 14:39:53 +02:00
parent 5bc9c73fad
commit 4113104eff
3 changed files with 4 additions and 12 deletions

View file

@ -8,6 +8,7 @@ using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml;
#endif
#pragma warning disable IDE0060 // Remove unused parameter
namespace MapControl
@ -43,5 +44,3 @@ namespace MapControl
}
}
}
#pragma warning restore IDE0060