MobileApp/AppShell.xaml.cs
2025-03-05 09:08:58 +03:00

11 lines
162 B
C#

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