initial commit

This commit is contained in:
BuildTools
2020-07-20 14:39:13 +02:00
commit 7444847902
55 changed files with 10209 additions and 0 deletions

18
opdracht2/App.xaml.cs Normal file
View File

@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace opdracht2
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}