From 5354ca5106aa18269b4e48248e32cc01a5075e5a Mon Sep 17 00:00:00 2001 From: Clement LESME Date: Wed, 3 May 2023 12:00:03 +0200 Subject: [PATCH] fav corriger et credits --- CanYouBuildIt/App.xaml.cs | 1 + CanYouBuildIt/AppShell.xaml | 10 ++--- CanYouBuildIt/CanYouBuildIt.csproj | 9 ++-- CanYouBuildIt/MainPage.xaml | 41 ----------------- CanYouBuildIt/MainPage.xaml.cs | 24 ---------- CanYouBuildIt/Model/Manager.cs | 8 ++++ .../Resources/Images/logocanyourunit.png | Bin 0 -> 6158 bytes .../Resources/Images/logodenicheur.png | Bin 0 -> 6068 bytes CanYouBuildIt/Resources/Images/logoldlc.png | Bin 0 -> 1948 bytes CanYouBuildIt/Views/Acceuil.xaml | 3 +- CanYouBuildIt/Views/Acceuil.xaml.cs | 1 + CanYouBuildIt/Views/Credits.xaml | 12 +++++ CanYouBuildIt/Views/Credits.xaml.cs | 9 ++++ CanYouBuildIt/Views/Favoris.xaml | 42 +++++++++--------- CanYouBuildIt/Views/Favoris.xaml.cs | 20 ++++----- 15 files changed, 68 insertions(+), 112 deletions(-) delete mode 100644 CanYouBuildIt/MainPage.xaml delete mode 100644 CanYouBuildIt/MainPage.xaml.cs create mode 100644 CanYouBuildIt/Resources/Images/logocanyourunit.png create mode 100644 CanYouBuildIt/Resources/Images/logodenicheur.png create mode 100644 CanYouBuildIt/Resources/Images/logoldlc.png create mode 100644 CanYouBuildIt/Views/Credits.xaml create mode 100644 CanYouBuildIt/Views/Credits.xaml.cs diff --git a/CanYouBuildIt/App.xaml.cs b/CanYouBuildIt/App.xaml.cs index 3a958ee..aaba653 100644 --- a/CanYouBuildIt/App.xaml.cs +++ b/CanYouBuildIt/App.xaml.cs @@ -7,6 +7,7 @@ public partial class App : Application public Manager Manager { get; private set; } = new Manager(); public App() { + Manager.chargeDonne(); InitializeComponent(); MainPage = new AppShell(); diff --git a/CanYouBuildIt/AppShell.xaml b/CanYouBuildIt/AppShell.xaml index 9655325..bd737f5 100644 --- a/CanYouBuildIt/AppShell.xaml +++ b/CanYouBuildIt/AppShell.xaml @@ -9,16 +9,16 @@ diff --git a/CanYouBuildIt/CanYouBuildIt.csproj b/CanYouBuildIt/CanYouBuildIt.csproj index 59d929d..45539ab 100644 --- a/CanYouBuildIt/CanYouBuildIt.csproj +++ b/CanYouBuildIt/CanYouBuildIt.csproj @@ -48,16 +48,13 @@ - - - Favoris.xaml - - - MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/CanYouBuildIt/MainPage.xaml b/CanYouBuildIt/MainPage.xaml deleted file mode 100644 index 38f7882..0000000 --- a/CanYouBuildIt/MainPage.xaml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - -