Files
Proftaak-RH-B4/DokterApp/App.xaml.cs
Sem van der Hoeven 3494f678e3 added doctor project
2020-09-30 10:15:30 +02:00

18 lines
325 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace DokterApp
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}