From 0a4ea4bb7330d6172637a36153f8432e59d9e279 Mon Sep 17 00:00:00 2001 From: Marcus Ferl Date: Fri, 1 Apr 2022 20:23:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EWpfApp1/App.xaml.cs=E2=80=9C=20l=C3=B6?= =?UTF-8?q?schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WpfApp1/App.xaml.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 WpfApp1/App.xaml.cs diff --git a/WpfApp1/App.xaml.cs b/WpfApp1/App.xaml.cs deleted file mode 100644 index 3c9cbfe..0000000 --- a/WpfApp1/App.xaml.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace WpfApp1 -{ - /// - /// Interaktionslogik für "App.xaml" - /// - public partial class App : Application - { - } -}