10 lines
271 B
C#
10 lines
271 B
C#
|
|
namespace Wino.Mail.WinUI.Views.Calendar;
|
||
|
|
|
||
|
|
public sealed partial class CalendarNotificationSettingsPage : Wino.Mail.WinUI.Views.Abstract.CalendarNotificationSettingsPageAbstract
|
||
|
|
{
|
||
|
|
public CalendarNotificationSettingsPage()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|