游雁
2023-11-20 8c845e6dfdf87781db3510bde78037fa69c41fe4
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}