Files
replicate.maui/Test.Replicate/AppShell.xaml.cs
2025-12-10 21:59:12 -05:00

11 lines
131 B
C#

namespace Test.Replicate
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}