Event details page basic layout.
This commit is contained in:
13
Wino.Calendar/Views/EventDetailsPage.xaml.cs
Normal file
13
Wino.Calendar/Views/EventDetailsPage.xaml.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
using Wino.Calendar.Views.Abstract;
|
||||
|
||||
namespace Wino.Calendar.Views
|
||||
{
|
||||
public sealed partial class EventDetailsPage : EventDetailsPageAbstract
|
||||
{
|
||||
public EventDetailsPage()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user