Fixed the display date of the calendar items. Created test project for core library, included tests for recurring calendar events.
This commit is contained in:
@@ -3,4 +3,10 @@ using Wino.Mail.WinUI;
|
||||
|
||||
namespace Wino.Calendar.Views.Abstract;
|
||||
|
||||
public abstract class CalendarPageAbstract : BasePage<CalendarPageViewModel> { }
|
||||
public abstract class CalendarPageAbstract : BasePage<CalendarPageViewModel>
|
||||
{
|
||||
protected CalendarPageAbstract()
|
||||
{
|
||||
NavigationCacheMode = Microsoft.UI.Xaml.Navigation.NavigationCacheMode.Enabled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user