diff --git a/WGneu/WGneu.csproj.user b/WGneu/WGneu.csproj.user
index 16941c8..aa8338a 100644
--- a/WGneu/WGneu.csproj.user
+++ b/WGneu/WGneu.csproj.user
@@ -10,6 +10,9 @@
Code
+
+ Code
+
@@ -18,5 +21,8 @@
Designer
+
+ Designer
+
\ No newline at end of file
diff --git a/WGneu/Windows/DeliveryReceptionWindow.xaml b/WGneu/Windows/DeliveryReceptionWindow.xaml
new file mode 100644
index 0000000..e661b17
--- /dev/null
+++ b/WGneu/Windows/DeliveryReceptionWindow.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/WGneu/Windows/DeliveryReceptionWindow.xaml.cs b/WGneu/Windows/DeliveryReceptionWindow.xaml.cs
new file mode 100644
index 0000000..cc30dfe
--- /dev/null
+++ b/WGneu/Windows/DeliveryReceptionWindow.xaml.cs
@@ -0,0 +1,21 @@
+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 WGneu.Windows {
+ public partial class DeliveryReceptionWindow : Window {
+ public DeliveryReceptionWindow() {
+ InitializeComponent();
+ }
+ }
+}