AppSAV/MauiAppStock/AppShell.xaml.cs
2025-04-03 15:53:45 +02:00

9 lines
134 B
C#

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