Yuekai Zhang
2024-07-15 584cfbdc433cfb3d7852868db83060b6d9aa0edf
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}