Nya förnster och navigering mellan dem
This commit is contained in:
14
AdventureWorks.MAUI/Views/UserListView.xaml.cs
Normal file
14
AdventureWorks.MAUI/Views/UserListView.xaml.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace AdventureWorks.MAUI.Views;
|
||||
|
||||
public partial class UserListView : ContentPage
|
||||
{
|
||||
public UserListView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private async void NavigateToDetail_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
await Shell.Current.GoToAsync(nameof(Views.UserDetailView));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user