diff --git a/WpfApp1/UC.xaml b/WpfApp1/UC.xaml
deleted file mode 100644
index 3eb34a5..0000000
--- a/WpfApp1/UC.xaml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WpfApp1/UC.xaml.cs b/WpfApp1/UC.xaml.cs
deleted file mode 100644
index 08a7bd1..0000000
--- a/WpfApp1/UC.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace WpfApp1
-{
- ///
- /// Logique d'interaction pour UC.xaml
- ///
- public partial class UC : UserControl
- {
- public UC()
- {
- InitializeComponent();
- }
- }
-}