MauiMobApp/AppShell.xaml.cs
2025-03-05 10:52:23 +03:00

11 lines
127 B
C#

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