diff --git a/MangaMap/App.xaml.cs b/MangaMap/App.xaml.cs index 0e6ec07..0e6767c 100644 --- a/MangaMap/App.xaml.cs +++ b/MangaMap/App.xaml.cs @@ -33,5 +33,6 @@ public partial class App : Application } MyManager.sauvegarder(); + Console.WriteLine("sauvegarde faite"); } } diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml index 20d839e..127b9d3 100644 --- a/MangaMap/AppShell.xaml +++ b/MangaMap/AppShell.xaml @@ -11,11 +11,6 @@ - - MSBuild:Compile - - MSBuild:Compile - MSBuild:Compile diff --git a/MangaMap/Views/homePageDisconnect.xaml b/MangaMap/Views/homePageDisconnect.xaml deleted file mode 100644 index f528f92..0000000 --- a/MangaMap/Views/homePageDisconnect.xaml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MangaMap/Views/homePageDisconnect.xaml.cs b/MangaMap/Views/homePageDisconnect.xaml.cs deleted file mode 100644 index 28cf76e..0000000 --- a/MangaMap/Views/homePageDisconnect.xaml.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace MangaMap.Views; - -public partial class homePageDisconnect : ContentPage -{ - public homePageDisconnect() - { - InitializeComponent(); - } -} \ No newline at end of file