北念
2023-10-17 fde48a865253b21f874dedf384c1bd8b59481112
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}