From 6ce565b38387c92e515f247bf2cc5b251febdc71 Mon Sep 17 00:00:00 2001 From: Jakob Weber Date: Wed, 3 Sep 2025 10:08:21 +0200 Subject: [PATCH] =?UTF-8?q?Einstellungen.xaml.cs=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Einstellungen.xaml.cs | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Einstellungen.xaml.cs diff --git a/Einstellungen.xaml.cs b/Einstellungen.xaml.cs deleted file mode 100644 index c0c74c2..0000000 --- a/Einstellungen.xaml.cs +++ /dev/null @@ -1,27 +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.Shapes; - -namespace Pen_Paper_Main -{ - /// - /// Interaktionslogik für Einstellungen.xaml - /// - public partial class Einstellungen : Window - { - public Einstellungen() - { - InitializeComponent(); - } - } -}