From 97b00cbe07e783d9ddb8b04e43c0f23ec8cd7317 Mon Sep 17 00:00:00 2001 From: Jakob Weber Date: Wed, 3 Sep 2025 09:11:15 +0200 Subject: [PATCH] =?UTF-8?q?PenAndPaperFinal=5FFinal/App.xaml.cs=20gel?= =?UTF-8?q?=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PenAndPaperFinal_Final/App.xaml.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 PenAndPaperFinal_Final/App.xaml.cs diff --git a/PenAndPaperFinal_Final/App.xaml.cs b/PenAndPaperFinal_Final/App.xaml.cs deleted file mode 100644 index 3128613..0000000 --- a/PenAndPaperFinal_Final/App.xaml.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Configuration; -using System.Data; -using System.Windows; - -namespace PenAndPaperFinal_Final -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } - -}