This commit is contained in:
2025-11-25 23:26:56 -06:00
parent 447c59d921
commit 35796576ff
40 changed files with 1095 additions and 0 deletions

9
WguApp/AppShell.xaml.cs Normal file
View File

@@ -0,0 +1,9 @@
namespace WguApp;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}