Replace Core.UWP namespace with Core.WinUI
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
x:Class="Wino.Dialogs.AccountCreationDialog"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:controls="using:Wino.Core.UWP.Controls"
|
||||
xmlns:controls="using:Wino.Core.WinUI.Controls"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:dialogs="using:Wino.Dialogs"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
|
||||
@@ -4,7 +4,7 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using Microsoft.UI.Xaml.Media;
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
using Wino.Core.UWP;
|
||||
using Wino.Core.WinUI;
|
||||
|
||||
namespace Wino.Dialogs;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<ContentDialog
|
||||
x:Class="Wino.Core.UWP.Dialogs.NewAccountDialog"
|
||||
x:Class="Wino.Core.WinUI.Dialogs.NewAccountDialog"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:accounts="using:Wino.Core.Domain.Models.Accounts"
|
||||
|
||||
@@ -10,7 +10,7 @@ using Wino.Core.Domain.Models.Accounts;
|
||||
using Wino.Core.ViewModels.Data;
|
||||
using Wino.Helpers;
|
||||
|
||||
namespace Wino.Core.UWP.Dialogs;
|
||||
namespace Wino.Core.WinUI.Dialogs;
|
||||
|
||||
public sealed partial class NewAccountDialog : ContentDialog
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user