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

11 lines
164 B
C#

namespace HegreHotel;
public partial class App : Application
{
public App()
{
InitializeComponent();
MainPage = new AppShell();
}
}