lyblsgo
2024-09-25 67239ea39b401ad3d0ec45d1c34edef4053b108e
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}