Przeprowadzka
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
namespace HomePantry;
|
||||
|
||||
public partial class AppShell : Shell
|
||||
{
|
||||
public AppShell()
|
||||
{
|
||||
InitializeComponent();
|
||||
Routing.RegisterRoute("productdetail", typeof(Views.ProductDetailPage));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user