lyblsgo
2023-11-08 a0905650992f68074ae42677ae9be6756cc15900
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}