WebAPI/AppShell.xaml.cs

11 lines
159 B
C#
Raw Permalink Normal View History

2025-03-05 10:42:54 +03:00
namespace sssaaa
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}