雾聪
2023-12-15 009f4fed79b14def6c42c98d9e481062bce9a2c7
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}