Add project files.
This commit is contained in:
12
MonkeyFinder/AppShell.xaml.cs
Normal file
12
MonkeyFinder/AppShell.xaml.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace MonkeyFinder;
|
||||
|
||||
public partial class AppShell : Shell
|
||||
{
|
||||
public AppShell()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
// nameof(DetailsPage) == "DetailsPage"
|
||||
Routing.RegisterRoute(nameof(DetailsPage), typeof(DetailsPage));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user