MyDiplom/AppShell.xaml.cs
2025-03-07 11:09:52 +03:00

11 lines
125 B
C#

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