北念
2024-07-10 0fe232fd7b41ad24320447d51c07f14d0a807cf3
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}