Добавьте файлы проекта.
This commit is contained in:
15
BookReader/AppShell.xaml.cs
Normal file
15
BookReader/AppShell.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using BookReader.Views;
|
||||
|
||||
namespace BookReader;
|
||||
|
||||
public partial class AppShell : Shell
|
||||
{
|
||||
public AppShell()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
Routing.RegisterRoute("reader", typeof(ReaderPage));
|
||||
Routing.RegisterRoute("settings", typeof(SettingsPage));
|
||||
Routing.RegisterRoute("calibre", typeof(CalibreLibraryPage));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user