Nya förnster och navigering mellan dem

This commit is contained in:
2025-08-17 12:56:29 +02:00
parent 244e2fd197
commit eac181fa63
19 changed files with 289 additions and 81 deletions

View File

@ -5,6 +5,10 @@
public AppShell()
{
InitializeComponent();
// Register routes for navigation
Routing.RegisterRoute(nameof(Views.UserDetailView), typeof(Views.UserDetailView));
}
}
}