语帆
2024-03-04 1d7ba1be1ad824135698e8000386c1fd55268ae4
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}