2026-03-21 00:58:01 +01:00
|
|
|
<abstract:CalendarPageAbstract
|
2025-12-26 20:46:48 +01:00
|
|
|
x:Class="Wino.Calendar.Views.CalendarPage"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:abstract="using:Wino.Calendar.Views.Abstract"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:domain="using:Wino.Core.Domain"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
mc:Ignorable="d">
|
|
|
|
|
|
2026-03-21 10:12:00 +01:00
|
|
|
<Grid />
|
2025-12-26 20:46:48 +01:00
|
|
|
</abstract:CalendarPageAbstract>
|