13
Wino.Calendar/Views/Settings/CalendarSettingsPage.xaml.cs
Normal file
13
Wino.Calendar/Views/Settings/CalendarSettingsPage.xaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Wino.Calendar.Views.Abstract;
|
||||
|
||||
|
||||
namespace Wino.Calendar.Views.Settings
|
||||
{
|
||||
public sealed partial class CalendarSettingsPage : CalendarSettingsPageAbstract
|
||||
{
|
||||
public CalendarSettingsPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user