From b6c0200188c01eebbb624e80630107808cf1e0aa Mon Sep 17 00:00:00 2001 From: V J Date: Mon, 22 May 2023 10:05:56 +0200 Subject: [PATCH] ajout rapide --- MangaMap/App.xaml.cs | 1 + MangaMap/AppShell.xaml | 5 - MangaMap/AppShell.xaml.cs | 3 +- MangaMap/MangaMap.csproj | 3 - MangaMap/Views/homePageDisconnect.xaml | 123 ---------------------- MangaMap/Views/homePageDisconnect.xaml.cs | 9 -- 6 files changed, 2 insertions(+), 142 deletions(-) delete mode 100644 MangaMap/Views/homePageDisconnect.xaml delete mode 100644 MangaMap/Views/homePageDisconnect.xaml.cs 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