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