zhifu gao
2024-01-19 2cca8104d26b454112f39b8405dcb0e70d365990
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}