diff --git a/MangaMap/App.xaml b/MangaMap/App.xaml new file mode 100644 index 0000000..449386f --- /dev/null +++ b/MangaMap/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/MangaMap/App.xaml.cs b/MangaMap/App.xaml.cs new file mode 100644 index 0000000..568d279 --- /dev/null +++ b/MangaMap/App.xaml.cs @@ -0,0 +1,11 @@ +namespace MangaMap; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml new file mode 100644 index 0000000..47aa3f9 --- /dev/null +++ b/MangaMap/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/MangaMap/AppShell.xaml.cs b/MangaMap/AppShell.xaml.cs new file mode 100644 index 0000000..123c12b --- /dev/null +++ b/MangaMap/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace MangaMap; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/MangaMap/MainPage.xaml b/MangaMap/MainPage.xaml new file mode 100644 index 0000000..4fc3ccf --- /dev/null +++ b/MangaMap/MainPage.xaml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +