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