diff --git a/Sources/Vues/SearchMob.xaml b/Sources/Vues/SearchMob.xaml
index 236b83c..de0c488 100644
--- a/Sources/Vues/SearchMob.xaml
+++ b/Sources/Vues/SearchMob.xaml
@@ -31,15 +31,66 @@
+
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Sources/Vues/SearchMob.xaml.cs b/Sources/Vues/SearchMob.xaml.cs
index dcfd32e..2ce465d 100644
--- a/Sources/Vues/SearchMob.xaml.cs
+++ b/Sources/Vues/SearchMob.xaml.cs
@@ -1,9 +1,11 @@
+using Microsoft.Maui.Controls;
using Model;
namespace Vues;
public partial class SearchMob : ContentPage
{
+
string appearanceSelected { get; set; } = string.Empty;
public SearchMob()
{
@@ -54,6 +56,8 @@ public partial class SearchMob : ContentPage
}
}
+
+
private void OnExitConseilClicked(object sender, EventArgs e)
{
var button = sender as Button;
@@ -75,4 +79,21 @@ public partial class SearchMob : ContentPage
appearanceSelected = e.Item as string;
imageCollection.Source = imageLinkConverter(appearanceSelected);
}
+
+ private void passive_CheckedChanged(object sender, CheckedChangedEventArgs e)
+ {
+
+ }
+
+ public void FilterClicked(object sender, EventArgs e)
+ {
+ var button = sender as Button;
+ var afficherFiltres = button?.Parent?.FindByName("Filter");
+
+ }
+
+ private void passive_CheckedChanged(object sender, EventArgs e)
+ {
+
+ }
}
\ No newline at end of file