Initial commit
This commit is contained in:
9
Jugenddienst Stunden/AppShell.xaml.cs
Normal file
9
Jugenddienst Stunden/AppShell.xaml.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Jugenddienst_Stunden {
|
||||
public partial class AppShell : Shell {
|
||||
public AppShell() {
|
||||
InitializeComponent();
|
||||
|
||||
Routing.RegisterRoute(nameof(Views.NotePage), typeof(Views.NotePage));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user