雾聪
2023-11-09 f184ca2c65902ca7bd7a3efac028be73681fb6f1
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}