Files
Phonebook/AppShell.xaml.cs
2025-05-09 22:48:36 +03:00

11 lines
162 B
C#

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