2025-01-14 00:53:54 +01:00
|
|
|
|
|
|
|
|
using Wino.Calendar.Views.Abstract;
|
|
|
|
|
|
2025-05-18 14:06:25 +02:00
|
|
|
namespace Wino.Calendar.Views;
|
|
|
|
|
|
|
|
|
|
public sealed partial class EventDetailsPage : EventDetailsPageAbstract
|
2025-01-14 00:53:54 +01:00
|
|
|
{
|
2025-05-18 14:06:25 +02:00
|
|
|
public EventDetailsPage()
|
2025-01-14 00:53:54 +01:00
|
|
|
{
|
2025-05-18 14:06:25 +02:00
|
|
|
this.InitializeComponent();
|
2025-01-14 00:53:54 +01:00
|
|
|
}
|
|
|
|
|
}
|