WWW/AppShell.xaml.cs
2025-03-05 10:52:49 +03:00

11 lines
162 B
C#

namespace MobileAPP
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}