9 lines
153 B
C#
9 lines
153 B
C#
namespace AdventureWorks.MAUI.Views;
|
|
|
|
public partial class ProductDetailView : ContentPage
|
|
{
|
|
public ProductDetailView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |