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