diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj
index 629a9dc..d1d97a0 100644
--- a/Sources/Ohara/Ohara.csproj
+++ b/Sources/Ohara/Ohara.csproj
@@ -81,6 +81,9 @@
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Sources/Ohara/PageFDD.xaml b/Sources/Ohara/PageFDD.xaml
index 997a774..f975112 100644
--- a/Sources/Ohara/PageFDD.xaml
+++ b/Sources/Ohara/PageFDD.xaml
@@ -53,41 +53,44 @@
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/PageInfoEquipage.xaml b/Sources/Ohara/PageInfoEquipage.xaml
new file mode 100644
index 0000000..3d2e572
--- /dev/null
+++ b/Sources/Ohara/PageInfoEquipage.xaml
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sources/Ohara/PageInfoEquipage.xaml.cs b/Sources/Ohara/PageInfoEquipage.xaml.cs
new file mode 100644
index 0000000..9e7bf07
--- /dev/null
+++ b/Sources/Ohara/PageInfoEquipage.xaml.cs
@@ -0,0 +1,18 @@
+using Model.Stub;
+using Model;
+
+namespace Ohara;
+
+public partial class PageInfoEquipage : ContentPage
+{
+ public PageInfoEquipage()
+ {
+ InitializeComponent();
+
+
+ List Lequipage = StubEquipage.RecupererEquipage().ToList();
+
+
+ listeEquip.ItemsSource = Lequipage;
+ }
+}
\ No newline at end of file