Files
wgu-c971/WguApp/AppShell.xaml.cs
2025-11-25 23:26:56 -06:00

9 lines
128 B
C#

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