Web-Development-with-Blazor.../Chapter18/MauiDemo/NETMauiApp/AppShell.xaml.cs
2023-02-17 15:28:17 +01:00

10 lines
162 B
C#

namespace NETMauiApp
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}