Files
Wino-Mail/Wino.Calendar/Views/Account/AccountManagementPage.xaml.cs

12 lines
244 B
C#
Raw Normal View History

using Wino.Calendar.Views.Abstract;
2025-05-18 14:06:25 +02:00
namespace Wino.Calendar.Views.Account;
public sealed partial class AccountManagementPage : AccountManagementPageAbstract
{
2025-05-18 14:06:25 +02:00
public AccountManagementPage()
{
2025-05-18 14:06:25 +02:00
InitializeComponent();
}
}