From 6967fb625da94b205de55fb1f283c9a065a07d80 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 12 Oct 2020 14:39:09 +0200 Subject: [PATCH] moved mainwindow to views folder --- Server/App.xaml | 2 +- Server/{ => Views}/MainWindow.xaml | 3 +++ Server/{ => Views}/MainWindow.xaml.cs | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) rename Server/{ => Views}/MainWindow.xaml (53%) rename Server/{ => Views}/MainWindow.xaml.cs (82%) diff --git a/Server/App.xaml b/Server/App.xaml index 4bfff38..8ef660c 100644 --- a/Server/App.xaml +++ b/Server/App.xaml @@ -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"> diff --git a/Server/MainWindow.xaml b/Server/Views/MainWindow.xaml similarity index 53% rename from Server/MainWindow.xaml rename to Server/Views/MainWindow.xaml index c42cb70..45eec7f 100644 --- a/Server/MainWindow.xaml +++ b/Server/Views/MainWindow.xaml @@ -7,6 +7,9 @@ mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> + +