WWW/AppShell.xaml.cs

11 lines
162 B
C#
Raw Normal View History

2025-03-05 10:52:49 +03:00
namespace MobileAPP
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}