Dateien nach "PenPaperMain" hochladen

This commit is contained in:
Jakob Weber 2025-09-03 10:40:00 +02:00
parent a0f3cb721f
commit 04ecdac6bb
2 changed files with 23 additions and 0 deletions

9
PenPaperMain/App.xaml Normal file
View File

@ -0,0 +1,9 @@
<Application x:Class="Pen_Paper_Main.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Pen_Paper_Main"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>

14
PenPaperMain/App.xaml.cs Normal file
View File

@ -0,0 +1,14 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace Pen_Paper_Main
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}