zhifu gao
2023-12-11 172e7ac986f299ad545cbd91a8cecc3ef967af36
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}