From 6f31fd0af2251a0f38a49a8e5078cb95bbd361f0 Mon Sep 17 00:00:00 2001 From: "nicolas.barbosa" Date: Sat, 30 Mar 2024 10:36:12 +0100 Subject: [PATCH] =?UTF-8?q?Fichier=20oubli=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mastermind/Connexion.xaml | 7 ------- mastermind/Connexion.xaml.cs | 10 ---------- 2 files changed, 17 deletions(-) delete mode 100644 mastermind/Connexion.xaml delete mode 100644 mastermind/Connexion.xaml.cs diff --git a/mastermind/Connexion.xaml b/mastermind/Connexion.xaml deleted file mode 100644 index 0948d9d..0000000 --- a/mastermind/Connexion.xaml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/mastermind/Connexion.xaml.cs b/mastermind/Connexion.xaml.cs deleted file mode 100644 index e3696dd..0000000 --- a/mastermind/Connexion.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace mastermind -{ - public partial class Connexion : ContentPage - { - public Connexion() - { - InitializeComponent(); - } - } -}