HegreHotel/AppShell.xaml.cs

9 lines
132 B
C#
Raw Permalink Normal View History

2025-01-16 15:22:30 +01:00
namespace HegreHotel;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}