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