diff --git a/Sources/Vues/Connexion.xaml b/Sources/Vues/Connexion.xaml
index 882eb1e..4dbd0f3 100644
--- a/Sources/Vues/Connexion.xaml
+++ b/Sources/Vues/Connexion.xaml
@@ -58,8 +58,8 @@
Source="connexion.png"
HeightRequest="70"
Margin="0, 0, 0, 30" />
-
-
+
+
diff --git a/Sources/Vues/Connexion.xaml.cs b/Sources/Vues/Connexion.xaml.cs
index b172ec5..9d743e9 100644
--- a/Sources/Vues/Connexion.xaml.cs
+++ b/Sources/Vues/Connexion.xaml.cs
@@ -15,6 +15,8 @@ public partial class Connexion : ContentPage
public async void ValiderClicked(object sender, EventArgs e)
{
+ id = IdEntry.Text;
+ mdp = PsswEntry.Text;
foreach (User u in (Application.Current as App).userManager.ListUsers)
{
if ((Application.Current as App).userManager.checkIfExists(id, mdp) && u.verifyPssw(mdp))
@@ -25,7 +27,7 @@ public partial class Connexion : ContentPage
}
return;
}
-
+ /*
private void Id_Entry_Completed(object sender, EventArgs e)
{
id = ((Entry)sender).Text;
@@ -34,5 +36,5 @@ public partial class Connexion : ContentPage
private void Mdp_Entry_Completed(object sender, EventArgs e)
{
mdp = ((Entry)sender).Text;
- }
+ }*/
}
\ No newline at end of file
diff --git a/Sources/Vues/SearchMob.xaml b/Sources/Vues/SearchMob.xaml
index 5220eef..817f713 100644
--- a/Sources/Vues/SearchMob.xaml
+++ b/Sources/Vues/SearchMob.xaml
@@ -18,7 +18,24 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -26,19 +43,35 @@
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+