Przeprowadzka

This commit is contained in:
2026-07-16 12:25:33 +02:00
commit 10d59ede33
7016 changed files with 726877 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace HomePantry;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
Routing.RegisterRoute("productdetail", typeof(Views.ProductDetailPage));
}
}