This commit is contained in:
fabjuuuh
2020-09-30 13:12:18 +02:00
parent cc7f2d154c
commit 41e77ba16c
8 changed files with 77 additions and 41 deletions

View File

@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.Text;
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 DokterApp
{
/// <summary>
/// Interaction logic for WindowTabs.xaml
/// </summary>
public partial class WindowTabs : Window
{
public WindowTabs()
{
InitializeComponent();
}
}
}