vad
游雁
2024-02-27 3891583cf117c9c654f293b8b94d5213cbada184
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}