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