维石
2024-05-30 23eed38e9fbe547bab63a99a560c0ad33a5f13b8
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}