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

13 lines
274 B
C#
Raw Normal View History

using Wino.Calendar.Views.Abstract;
namespace Wino.Calendar.Views.Account
{
public sealed partial class AccountManagementPage : AccountManagementPageAbstract
{
public AccountManagementPage()
{
2025-01-06 21:56:33 +01:00
InitializeComponent();
}
}
}