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