Timer and TypeConverters to Shared

This commit is contained in:
ClemensFischer 2024-05-22 12:12:31 +02:00
parent 96557a9200
commit 8f01f63b99
7 changed files with 30 additions and 31 deletions

View file

@ -13,6 +13,8 @@ using System.Windows;
using Windows.UI.Xaml;
#elif WINUI
using Microsoft.UI.Xaml;
#elif AVALONIA
using Avalonia.Interactivity;
#endif
namespace MapControl