Replace Core.UWP namespace with Core.WinUI

This commit is contained in:
Burak Kaan Köse
2025-09-29 11:23:44 +02:00
parent e67b893ae4
commit 734a3d75db
118 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using Microsoft.UI.Xaml.Navigation;
using Wino.Core.ViewModels;
using Wino.Messaging.Client.Shell;
namespace Wino.Core.UWP;
namespace Wino.Core.WinUI;
public partial class BasePage : Page, IRecipient<LanguageChanged>
{