Yabin Li
2023-11-13 feb72814c9063f37a3d56204c3a87f4ccbbc131c
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}