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