From 3807764cb4caaef898730f88c5f39f232a2f921a Mon Sep 17 00:00:00 2001 From: Jakob Weber Date: Wed, 3 Sep 2025 10:19:45 +0200 Subject: [PATCH] Dateien nach "PenPaperMain" hochladen --- PenPaperMain/Anmeldung.xaml | 62 +++++++++++++++++++++++++++ PenPaperMain/Anmeldung.xaml.cs | 69 ++++++++++++++++++++++++++++++ PenPaperMain/CharaktereNeu.xaml.cs | 26 +++++++++++ PenPaperMain/Kampange.xaml | 50 ++++++++++++++++++++++ PenPaperMain/Kampange.xaml.cs | 27 ++++++++++++ 5 files changed, 234 insertions(+) create mode 100644 PenPaperMain/Anmeldung.xaml create mode 100644 PenPaperMain/Anmeldung.xaml.cs create mode 100644 PenPaperMain/CharaktereNeu.xaml.cs create mode 100644 PenPaperMain/Kampange.xaml create mode 100644 PenPaperMain/Kampange.xaml.cs diff --git a/PenPaperMain/Anmeldung.xaml b/PenPaperMain/Anmeldung.xaml new file mode 100644 index 0000000..c75527f --- /dev/null +++ b/PenPaperMain/Anmeldung.xaml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + BlaBlaBla + + + + + + + + diff --git a/PenPaperMain/Kampange.xaml.cs b/PenPaperMain/Kampange.xaml.cs new file mode 100644 index 0000000..a57cd17 --- /dev/null +++ b/PenPaperMain/Kampange.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 Kampange.xaml + /// + public partial class Kampange : Window + { + public Kampange() + { + InitializeComponent(); + } + } +}