fdsfafs/AppShell.xaml.cs

11 lines
127 B
C#
Raw Permalink Normal View History

2025-02-28 09:31:23 +03:00
namespace MAUIIP_407
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}