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