From ce71d595b6e1fdbd01e4c3ceb82e5f4842ecc3c1 Mon Sep 17 00:00:00 2001 From: Jakob Weber Date: Wed, 3 Sep 2025 10:42:51 +0200 Subject: [PATCH] Dateien nach "PenAndPaperFinal_Final" hochladen --- PenAndPaperFinal_Final/Würfel.xaml.cs | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 PenAndPaperFinal_Final/Würfel.xaml.cs diff --git a/PenAndPaperFinal_Final/Würfel.xaml.cs b/PenAndPaperFinal_Final/Würfel.xaml.cs new file mode 100644 index 0000000..15273bb --- /dev/null +++ b/PenAndPaperFinal_Final/Würfel.xaml.cs @@ -0,0 +1,27 @@ +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 Würfel.xaml + /// + public partial class Würfel : Window + { + public Würfel() + { + InitializeComponent(); + } + } +}