hnluo
2023-09-25 5f21828d613c3e5e976cf0512c69bf9892300dc5
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}