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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CanYouBuildIt/MainPage.xaml.cs b/CanYouBuildIt/MainPage.xaml.cs
deleted file mode 100644
index e2207d3..0000000
--- a/CanYouBuildIt/MainPage.xaml.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-namespace CanYouBuildIt;
-
-public partial class MainPage : ContentPage
-{
- int count = 0;
-
- public MainPage()
- {
- InitializeComponent();
- }
-
- private void OnCounterClicked(object sender, EventArgs e)
- {
- count++;
-
- if (count == 1)
- CounterBtn.Text = $"Clicked {count} time";
- else
- CounterBtn.Text = $"Clicked {count} times";
-
- SemanticScreenReader.Announce(CounterBtn.Text);
- }
-}
-
diff --git a/CanYouBuildIt/Model/Manager.cs b/CanYouBuildIt/Model/Manager.cs
index ec0579e..ba4b366 100644
--- a/CanYouBuildIt/Model/Manager.cs
+++ b/CanYouBuildIt/Model/Manager.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
+using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
@@ -15,6 +16,13 @@ namespace CanYouBuildIt.Model
listUtil = new List();
}
+ public void chargeDonne()
+ {
+ Utilisateur gege =new Utilisateur("gerad","gege");
+ listUtil.Add(gege);
+ Console.WriteLine("SJBEVKBV
+
\ No newline at end of file
diff --git a/CanYouBuildIt/Views/Acceuil.xaml.cs b/CanYouBuildIt/Views/Acceuil.xaml.cs
index ec974a3..22793c5 100644
--- a/CanYouBuildIt/Views/Acceuil.xaml.cs
+++ b/CanYouBuildIt/Views/Acceuil.xaml.cs
@@ -1,4 +1,5 @@
using CanYouBuildIt.Model;
+using Microsoft.UI.Xaml;
using System.Diagnostics;
namespace CanYouBuildIt.Views;
diff --git a/CanYouBuildIt/Views/Credits.xaml b/CanYouBuildIt/Views/Credits.xaml
new file mode 100644
index 0000000..fcf9825
--- /dev/null
+++ b/CanYouBuildIt/Views/Credits.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/CanYouBuildIt/Views/Credits.xaml.cs b/CanYouBuildIt/Views/Credits.xaml.cs
new file mode 100644
index 0000000..cb29e96
--- /dev/null
+++ b/CanYouBuildIt/Views/Credits.xaml.cs
@@ -0,0 +1,9 @@
+namespace CanYouBuildIt.Views;
+
+public partial class Credits : ContentPage
+{
+ public Credits()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/CanYouBuildIt/Views/Favoris.xaml b/CanYouBuildIt/Views/Favoris.xaml
index a39cbea..0fa270d 100644
--- a/CanYouBuildIt/Views/Favoris.xaml
+++ b/CanYouBuildIt/Views/Favoris.xaml
@@ -1,14 +1,13 @@
-
-
-
-
+
+
+
-
@@ -19,35 +18,35 @@
-
-
-
-
-
-
-
+
@@ -61,16 +60,15 @@
-
-