bltcn
2024-04-03 c1a492a96e6d78ea4dbad63a51aa9065780e1287
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}