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