Files
Wino-Mail/Wino.Mail.WinUI/Views/Account/AccountManagementPage.xaml.cs
T

16 lines
328 B
C#
Raw Normal View History

2025-09-29 11:16:14 +02:00
using System;
using Microsoft.UI.Xaml.Navigation;
using Wino.Views.Abstract;
namespace Wino.Views;
public sealed partial class AccountManagementPage : AccountManagementPageAbstract
{
public AccountManagementPage()
{
InitializeComponent();
NavigationCacheMode = NavigationCacheMode.Enabled;
}
}