lyblsgo
2023-10-24 370336336314b42cd3911ad101159a156a4b5bb5
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}