AppSAV/MauiApp1/AppShell.xaml.cs

9 lines
130 B
C#
Raw Normal View History

2025-01-16 17:48:14 +01:00
namespace MauiApp1;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}