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

12 lines
244 B
C#
Raw Normal View History

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