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

13 lines
279 B
C#
Raw Normal View History

using Wino.Calendar.Views.Abstract;
namespace Wino.Calendar.Views.Account
{
public sealed partial class AccountManagementPage : AccountManagementPageAbstract
{
public AccountManagementPage()
{
this.InitializeComponent();
}
}
}