Przeprowadzka
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
namespace HomePantry.Views;
|
||||
|
||||
public partial class CategoriesPage : ContentPage
|
||||
{
|
||||
public CategoriesPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private async void OnProductClicked(object sender, EventArgs e)
|
||||
{
|
||||
var button = (Button)sender;
|
||||
await Shell.Current.GoToAsync($"productdetail?name={button.ClassId}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user