wuhongsheng
2024-07-02 ba0325c004b4d660c769c02c70e9e5a9534ca6ed
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}