diff --git a/Sources/Ohara/PageInfoBestiaire.xaml b/Sources/Ohara/PageInfoBestiaire.xaml
index e910469..928f209 100644
--- a/Sources/Ohara/PageInfoBestiaire.xaml
+++ b/Sources/Ohara/PageInfoBestiaire.xaml
@@ -22,14 +22,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/PageInfoBestiaire.xaml.cs b/Sources/Ohara/PageInfoBestiaire.xaml.cs
index 05b6114..724e9fc 100644
--- a/Sources/Ohara/PageInfoBestiaire.xaml.cs
+++ b/Sources/Ohara/PageInfoBestiaire.xaml.cs
@@ -13,4 +13,41 @@ public partial class PageInfoBestiaire : ContentPage
listeBest.ItemsSource = Lbest;
}
+
+ private async void Hyperlink_Accueil(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new MainPage());
+ }
+
+ private async void Hyperlink_FDD(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageFDD());
+ }
+
+ private async void Hyperlink_Equip(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageEquipage());
+ }
+ private async void Hyperlink_Carte(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageCarte());
+ }
+ private async void Hyperlink_Bateau(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageBateau());
+ }
+
+ private async void Hyperlink_Bestiaire(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageBestiaire());
+ }
+ private async void Hyperlink_Ile(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageIle());
+ }
+
+ private async void Hyperlink_Perso(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PagePersonnage());
+ }
}
\ No newline at end of file
diff --git a/Sources/Ohara/PageInfoEquipage.xaml b/Sources/Ohara/PageInfoEquipage.xaml
index 648a0d7..4efbd7a 100644
--- a/Sources/Ohara/PageInfoEquipage.xaml
+++ b/Sources/Ohara/PageInfoEquipage.xaml
@@ -22,14 +22,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/PageInfoEquipage.xaml.cs b/Sources/Ohara/PageInfoEquipage.xaml.cs
index 9e7bf07..8aeac8a 100644
--- a/Sources/Ohara/PageInfoEquipage.xaml.cs
+++ b/Sources/Ohara/PageInfoEquipage.xaml.cs
@@ -15,4 +15,40 @@ public partial class PageInfoEquipage : ContentPage
listeEquip.ItemsSource = Lequipage;
}
+ private async void Hyperlink_Accueil(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new MainPage());
+ }
+
+ private async void Hyperlink_FDD(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageFDD());
+ }
+
+ private async void Hyperlink_Equip(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageEquipage());
+ }
+ private async void Hyperlink_Carte(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageCarte());
+ }
+ private async void Hyperlink_Bateau(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageBateau());
+ }
+
+ private async void Hyperlink_Bestiaire(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageBestiaire());
+ }
+ private async void Hyperlink_Ile(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageIle());
+ }
+
+ private async void Hyperlink_Perso(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PagePersonnage());
+ }
}
\ No newline at end of file
diff --git a/Sources/Ohara/PageInfoFdd.xaml b/Sources/Ohara/PageInfoFdd.xaml
index 1215d2d..d064897 100644
--- a/Sources/Ohara/PageInfoFdd.xaml
+++ b/Sources/Ohara/PageInfoFdd.xaml
@@ -22,14 +22,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Sources/Ohara/PageInfoFdd.xaml.cs b/Sources/Ohara/PageInfoFdd.xaml.cs
index 3c1a225..63dc3d3 100644
--- a/Sources/Ohara/PageInfoFdd.xaml.cs
+++ b/Sources/Ohara/PageInfoFdd.xaml.cs
@@ -11,4 +11,41 @@ public partial class PageInfoFdd : ContentPage
List fdd = StubFruitDuDemon.RecupererFruit().ToList();
listObj.ItemsSource = fdd;
}
+
+ private async void Hyperlink_Accueil(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new MainPage());
+ }
+
+ private async void Hyperlink_FDD(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageFDD());
+ }
+
+ private async void Hyperlink_Equip(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageEquipage());
+ }
+ private async void Hyperlink_Carte(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageCarte());
+ }
+ private async void Hyperlink_Bateau(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageBateau());
+ }
+
+ private async void Hyperlink_Bestiaire(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageBestiaire());
+ }
+ private async void Hyperlink_Ile(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PageIle());
+ }
+
+ private async void Hyperlink_Perso(object sender, EventArgs e)
+ {
+ await Navigation.PushAsync(new PagePersonnage());
+ }
}
\ No newline at end of file