BienBoy
2025-02-05 6ebf6e48eb0368518452312c803c58a65fe9bd26
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}