AldarisX
2025-04-07 d43d0853dcf3a1db04302c7b527e92ace3ccfb55
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}