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