From a6f04a142ae3295311a14039514c0c2be58bff1e Mon Sep 17 00:00:00 2001 From: leroyv Date: Thu, 27 Mar 2025 15:23:27 +0100 Subject: [PATCH] =?UTF-8?q?New=20page=20gestion=20d=C3=A9part?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainPage.xaml | 3 + MainPage.xaml.cs | 6 ++ Views/GestionDepart/GestionDepartPage.xaml | 81 +++++++++++++++++++ Views/GestionDepart/GestionDepartPage.xaml.cs | 43 ++++++++++ 4 files changed, 133 insertions(+) create mode 100644 Views/GestionDepart/GestionDepartPage.xaml create mode 100644 Views/GestionDepart/GestionDepartPage.xaml.cs diff --git a/MainPage.xaml b/MainPage.xaml index 9e50782..8c00611 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -21,5 +21,8 @@