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