Files
MauiCourse/AdventureWorks.MAUI/AppShell.xaml.cs
2025-08-17 08:19:53 +02:00

11 lines
172 B
C#

namespace AdventureWorks.MAUI
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}