From dcfdfb5b0a1f69436fcaec1de6905a4a2dac234d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoan=20BRUGI=C3=88RE?= Date: Wed, 26 Apr 2023 15:34:15 +0200 Subject: [PATCH] =?UTF-8?q?Page=20info=20=C3=A9quipage=20+=20Scroll=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/Ohara/AppShell.xaml | 2 +- Sources/Ohara/Ohara.csproj | 6 ++ Sources/Ohara/PageFDD.xaml | 71 +++++++------- Sources/Ohara/PageInfoEquipage.xaml | 128 +++++++++++++++++++++++++ Sources/Ohara/PageInfoEquipage.xaml.cs | 18 ++++ 5 files changed, 190 insertions(+), 35 deletions(-) create mode 100644 Sources/Ohara/PageInfoEquipage.xaml create mode 100644 Sources/Ohara/PageInfoEquipage.xaml.cs diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml index d21618c..e684220 100644 --- a/Sources/Ohara/AppShell.xaml +++ b/Sources/Ohara/AppShell.xaml @@ -13,7 +13,7 @@ diff --git a/Sources/Ohara/Ohara.csproj b/Sources/Ohara/Ohara.csproj index 9ed02fb..9b39ac1 100644 --- a/Sources/Ohara/Ohara.csproj +++ b/Sources/Ohara/Ohara.csproj @@ -57,6 +57,9 @@ + + PageInfoEquipage.xaml + PageEquipage.xaml @@ -72,6 +75,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/Sources/Ohara/PageFDD.xaml b/Sources/Ohara/PageFDD.xaml index 8d60200..68c393b 100644 --- a/Sources/Ohara/PageFDD.xaml +++ b/Sources/Ohara/PageFDD.xaml @@ -53,41 +53,44 @@