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