MobileAPP/AppShell.xaml.cs
2025-02-27 15:16:22 +03:00

11 lines
162 B
C#

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