From 3dd33c23d909c2ff34b432f4acc3e5ee3cb0a54c Mon Sep 17 00:00:00 2001 From: thchazot1 Date: Sat, 23 Apr 2022 16:33:33 +0200 Subject: [PATCH] =?UTF-8?q?Suppr=203=C3=A8me=20inutile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WpfApp1/UC.xaml | 28 ---------------------------- WpfApp1/UC.xaml.cs | 28 ---------------------------- 2 files changed, 56 deletions(-) delete mode 100644 WpfApp1/UC.xaml delete mode 100644 WpfApp1/UC.xaml.cs 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(); - } - } -}