MauiMobApp/AppShell.xaml.cs

11 lines
127 B
C#
Raw Normal View History

2025-03-05 10:52:23 +03:00
namespace MauiMobApp
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}