From 5db1b32e344766f21622627fa71545b7ffed96d3 Mon Sep 17 00:00:00 2001 From: Jakob Weber Date: Wed, 3 Sep 2025 09:12:23 +0200 Subject: [PATCH] =?UTF-8?q?PenAndPaperFinal=5FFinal/W=C3=BCrfel.xaml.cs=20?= =?UTF-8?q?gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PenAndPaperFinal_Final/Würfel.xaml.cs | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 PenAndPaperFinal_Final/Würfel.xaml.cs diff --git a/PenAndPaperFinal_Final/Würfel.xaml.cs b/PenAndPaperFinal_Final/Würfel.xaml.cs deleted file mode 100644 index 1892805..0000000 --- a/PenAndPaperFinal_Final/Würfel.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 PenAndPaperFinal_Final -{ - /// - /// Interaktionslogik für Würfel.xaml - /// - public partial class Würfel : Window - { - public Würfel() - { - InitializeComponent(); - } - } -}