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