shixian.shi
2023-10-19 3be08cbc2ff48139eaf379959677ce9a00b540d9
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}