Nya förnster och navigering mellan dem
This commit is contained in:
9
AdventureWorks.MAUI/Views/ProductDetailView.xaml.cs
Normal file
9
AdventureWorks.MAUI/Views/ProductDetailView.xaml.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace AdventureWorks.MAUI.Views;
|
||||
|
||||
public partial class ProductDetailView : ContentPage
|
||||
{
|
||||
public ProductDetailView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user