AppDoebeln/TourismusDöbeln/App.xaml.cs
2024-08-30 06:36:09 +02:00

13 lines
205 B
C#

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