shixian
2024-12-20 a62cd7a3fdae0e48da16558daf89a4498512fdb9
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}