From 1bffc98af636887834081b776c1d57ec7af71ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Mon, 3 Jun 2024 22:07:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=97Impl=C3=A9mentation=20du=20Manager=20G?= =?UTF-8?q?ame=20de=20l'application=20dans=20la=20page,=20et=20refonte=20d?= =?UTF-8?q?e=20l'ajout/suppression=20de=20Profils=20avec=20l'actualisation?= =?UTF-8?q?=20et=20v=C3=A9rification=20automatique.=20BindingContext=20->?= =?UTF-8?q?=20Manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Trek-12/Trek-12/Views/pageProfils.xaml | 9 +++- .../Trek-12/Trek-12/Views/pageProfils.xaml.cs | 54 +++++++++++++------ 2 files changed, 46 insertions(+), 17 deletions(-) diff --git a/source/Trek-12/Trek-12/Views/pageProfils.xaml b/source/Trek-12/Trek-12/Views/pageProfils.xaml index ac1720c..6f33a7e 100644 --- a/source/Trek-12/Trek-12/Views/pageProfils.xaml +++ b/source/Trek-12/Trek-12/Views/pageProfils.xaml @@ -3,8 +3,15 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Trek_12.Views.PageProfils" xmlns:views="clr-namespace:Trek_12.Views.Components" + xmlns:game="clr-namespace:Models.Game;assembly=Models" Title="pageProfils"> + + + + + + @@ -14,7 +21,7 @@