zhifu gao
2024-03-11 0d9384c8c0161259192cc3d676ca0d60e0d18e5c
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}