Borders, Frames scrollers
This commit is contained in:
9
AdventureWorks.MAUI/ViewsPartial/AddressView.xaml.cs
Normal file
9
AdventureWorks.MAUI/ViewsPartial/AddressView.xaml.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace AdventureWorks.MAUI.ViewsPartial;
|
||||
|
||||
public partial class AddressView : ContentView
|
||||
{
|
||||
public AddressView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user