From 04ecdac6bbbb48a39bb986b3896569e7f2003b05 Mon Sep 17 00:00:00 2001 From: Jakob Weber Date: Wed, 3 Sep 2025 10:40:00 +0200 Subject: [PATCH] Dateien nach "PenPaperMain" hochladen --- PenPaperMain/App.xaml | 9 +++++++++ PenPaperMain/App.xaml.cs | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 PenPaperMain/App.xaml create mode 100644 PenPaperMain/App.xaml.cs diff --git a/PenPaperMain/App.xaml b/PenPaperMain/App.xaml new file mode 100644 index 0000000..c1da91b --- /dev/null +++ b/PenPaperMain/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PenPaperMain/App.xaml.cs b/PenPaperMain/App.xaml.cs new file mode 100644 index 0000000..f6b7e18 --- /dev/null +++ b/PenPaperMain/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Pen_Paper_Main +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +}