雾聪
2024-01-15 167d74d5982160b6e1819666af5c128ee353ca50
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}