雾聪
2024-05-13 31b36c8f65f47b26b0c03ed6694e19b78fe910c8
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}