diff --git a/Sources/Modèle/Conseil.cs b/Sources/Modèle/Conseil.cs
index 925cea1..20321b7 100644
--- a/Sources/Modèle/Conseil.cs
+++ b/Sources/Modèle/Conseil.cs
@@ -53,7 +53,7 @@ namespace Model
Texte = texte;
LeMonstre = leMonstre;
}
- // FONCTION A DEPLACER -> Dans la console, ON AFFICHE RIEN DANS LE MODEL DJSKLFJDKLFJ :>
+ // FONCTION A DEPLACER -> Dans la console, ON AFFICHE RIEN DANS LE MODEL !!!
public void affichConseil()
{
Console.WriteLine($"Id : {Id}");
diff --git a/Sources/Vues/SearchMob.xaml b/Sources/Vues/SearchMob.xaml
index a8f7941..3523a4f 100644
--- a/Sources/Vues/SearchMob.xaml
+++ b/Sources/Vues/SearchMob.xaml
@@ -156,7 +156,7 @@
-
+
@@ -178,10 +178,10 @@
-
+
-
+
@@ -198,21 +198,20 @@
-
+
-
+
-
+
-
-
+
+
@@ -231,24 +230,32 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Vues/SearchMob.xaml.cs b/Sources/Vues/SearchMob.xaml.cs
index 33b4f71..270298a 100644
--- a/Sources/Vues/SearchMob.xaml.cs
+++ b/Sources/Vues/SearchMob.xaml.cs
@@ -54,6 +54,7 @@ public partial class SearchMob : ContentPage, INotifyPropertyChanged
{
(App.Current as App).MonstreSelectionne = e.Item as Monstre;
imageCollection.Source = imageLinkConverter((App.Current as App).MonstreSelectionne.AppearanceList.First());
+ AddConseilLayout.IsVisible = false;
refreshScrollView();
}
private void OnAddConseilClicked(object sender, EventArgs e)