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