majic31
2025-08-14 5115a066c971b2380c98f9be168e14869053eda1
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}