Shared core and views part 1

This commit is contained in:
Burak Kaan Köse
2024-07-12 02:29:17 +02:00
parent bdfff1536d
commit c45d0022d6
87 changed files with 999 additions and 243 deletions

View File

@@ -1,10 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml;
#if NET8_0
using Microsoft.UI.Xaml.Data;
using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml;
#endif
namespace Wino.Converters
{