游雁
2024-04-30 3f2d83c67298b40d906260138c2df798f55276e1
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}