游雁
2023-09-18 895d84f24d8fc72298cbe846329b3f992d7ec23a
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}