Einfugen neuer

This commit is contained in:
2025-06-02 17:16:38 +02:00
parent 99640602f5
commit 8813c83ed9
7 changed files with 96 additions and 1 deletions

View File

@@ -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 FahzeugWPF
{
/// <summary>
/// Interaction logic for EinfuegenWindow.xaml
/// </summary>
public partial class EinfuegenWindow : Window
{
public EinfuegenWindow()
{
InitializeComponent();
}
}
}