Standartization of Core.UWP project file for NET8 WinUI
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
using Windows.System;
|
||||
|
||||
using Windows.System;
|
||||
using Windows.UI.Core;
|
||||
using Windows.UI.Xaml;
|
||||
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
#if NET8_0
|
||||
using Microsoft.UI.Xaml;
|
||||
#else
|
||||
using Windows.UI.Xaml;
|
||||
#endif
|
||||
|
||||
namespace Wino.Core.UWP.Services
|
||||
{
|
||||
public class KeyPressService : IKeyPressService
|
||||
|
||||
Reference in New Issue
Block a user