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

11 lines
169 B
C#

namespace TourismusDöbeln
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}