Files
2024-11-11 19:39:56 +01:00

11 lines
178 B
C#

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