MoelAPP/AppShell.xaml.cs
2025-02-27 15:20:51 +03:00

11 lines
161 B
C#

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