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

9
opdracht2/App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="opdracht2.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:opdracht2"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>