Jeffrey Guan
2025-07-23 8316fc41973b89267a70681a7afe4e947e0ba251
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}