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(); - } - } -}