王梦迪
2025-05-26 9038340be707aa7cbf62fcbf33ab615bb266abdb
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}