HegreHotel/AppShell.xaml.cs
2025-01-16 15:22:30 +01:00

9 lines
132 B
C#

namespace HegreHotel;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}