From 4dbaf4fc68c833e1e0249fd93ef47a2be3a479cc Mon Sep 17 00:00:00 2001 From: Guillaume REY Date: Wed, 3 May 2023 17:32:52 +0200 Subject: [PATCH] sons lors de la navigation dans les pages accueil et bateau --- Sources/Ohara.sln | 4 +- Sources/Ohara/AppShell.xaml | 2 +- Sources/Ohara/MainPage.xaml | 2 +- Sources/Ohara/MainPage.xaml.cs | 31 ++++- Sources/Ohara/Ohara.csproj | 10 ++ Sources/Ohara/PageBateau.xaml | 2 +- Sources/Ohara/PageBateau.xaml.cs | 32 +++++- Sources/Ohara/PageBestiaire.xaml.cs | 5 +- Sources/Ohara/PageCarte.xaml.cs | 4 +- Sources/Ohara/PageEquipage.xaml.cs | 4 +- Sources/Ohara/PageFDD.xaml.cs | 4 +- Sources/Ohara/PageIle.xaml.cs | 4 +- Sources/Ohara/PageInfoBateau.xaml | 122 ++++++++++++++++++++ Sources/Ohara/PageInfoBateau.xaml.cs | 53 +++++++++ Sources/Ohara/PageInfoBestiaire.xaml | 4 +- Sources/Ohara/PageInfoBestiaire.xaml.cs | 4 +- Sources/Ohara/PageInfoEquipage.xaml.cs | 4 +- Sources/Ohara/PageInfoFdd.xaml | 4 +- Sources/Ohara/PageInfoFdd.xaml.cs | 4 +- Sources/Ohara/PageInfoIle.xaml | 122 ++++++++++++++++++++ Sources/Ohara/PageInfoIle.xaml.cs | 53 +++++++++ Sources/Ohara/PageInfoPersonnage.xaml | 131 ++++++++++++++++++++++ Sources/Ohara/PageInfoPersonnage.xaml.cs | 53 +++++++++ Sources/Ohara/PagePersonnage.xaml.cs | 4 +- Sources/Ohara/Resources/Raw/Sons/test.wav | Bin 0 -> 155774 bytes Sources/TestProject1/TestProject1.csproj | 24 ++++ Sources/TestProject1/UnitTest1.cs | 11 ++ Sources/TestProject1/Usings.cs | 1 + 28 files changed, 666 insertions(+), 32 deletions(-) create mode 100644 Sources/Ohara/PageInfoBateau.xaml create mode 100644 Sources/Ohara/PageInfoBateau.xaml.cs create mode 100644 Sources/Ohara/PageInfoIle.xaml create mode 100644 Sources/Ohara/PageInfoIle.xaml.cs create mode 100644 Sources/Ohara/PageInfoPersonnage.xaml create mode 100644 Sources/Ohara/PageInfoPersonnage.xaml.cs create mode 100644 Sources/Ohara/Resources/Raw/Sons/test.wav create mode 100644 Sources/TestProject1/TestProject1.csproj create mode 100644 Sources/TestProject1/UnitTest1.cs create mode 100644 Sources/TestProject1/Usings.cs diff --git a/Sources/Ohara.sln b/Sources/Ohara.sln index dd771c9..71f426e 100644 --- a/Sources/Ohara.sln +++ b/Sources/Ohara.sln @@ -5,9 +5,9 @@ VisualStudioVersion = 17.0.31611.283 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ohara", "Ohara\Ohara.csproj", "{EEC24A76-0EB3-4C67-A71B-7FF823713645}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Model", "Model\Model.csproj", "{A0307D66-E621-4BC1-A239-87C9021E7CFD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{A0307D66-E621-4BC1-A239-87C9021E7CFD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.csproj", "{82A1ED67-9A29-4F12-94CD-2DC8221DE374}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{82A1ED67-9A29-4F12-94CD-2DC8221DE374}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml index 97c8cea..45c5e03 100644 --- a/Sources/Ohara/AppShell.xaml +++ b/Sources/Ohara/AppShell.xaml @@ -13,7 +13,7 @@ diff --git a/Sources/Ohara/MainPage.xaml b/Sources/Ohara/MainPage.xaml index 52af60e..ddfd08d 100644 --- a/Sources/Ohara/MainPage.xaml +++ b/Sources/Ohara/MainPage.xaml @@ -24,7 +24,7 @@ -