moved mainwindow to views folder

This commit is contained in:
Sem van der Hoeven
2020-10-12 14:39:09 +02:00
parent fd4b3d179a
commit 6967fb625d
3 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Server"
StartupUri="MainWindow.xaml">
StartupUri="Views/MainWindow.xaml">
<Application.Resources>
</Application.Resources>