Removing UWP project.
This commit is contained in:
20
Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml.cs
Normal file
20
Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
#if NET8_0
|
||||
using Microsoft.UI.Xaml.Navigation;
|
||||
#else
|
||||
using Windows.UI.Xaml.Navigation;
|
||||
#endif
|
||||
|
||||
namespace Wino.Views
|
||||
{
|
||||
public sealed partial class AccountManagementPage : AccountManagementPageAbstract
|
||||
{
|
||||
public AccountManagementPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
NavigationCacheMode = NavigationCacheMode.Enabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user