MyDiplom/AppShell.xaml.cs

11 lines
125 B
C#
Raw Normal View History

2025-03-07 11:09:52 +03:00
namespace MyDiplom
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}