From c90e986b5287f1a6a996618134692069549032e8 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Tue, 21 Feb 2023 18:00:29 +0100 Subject: [PATCH] Add Windows/ --- WGneu/App.xaml | 2 +- WGneu/WGneu.csproj.user | 18 +++++++++--------- WGneu/{ => Windows}/BankDetailsWindow.xaml | 4 ++-- WGneu/{ => Windows}/BankDetailsWindow.xaml.cs | 2 +- WGneu/{ => Windows}/MainWindow.xaml | 4 ++-- WGneu/{ => Windows}/MainWindow.xaml.cs | 2 +- WGneu/{ => Windows}/MemberAddWindow.xaml | 4 ++-- WGneu/{ => Windows}/MemberAddWindow.xaml.cs | 2 +- WGneu/{ => Windows}/MemberEditWindow.xaml | 4 ++-- WGneu/{ => Windows}/MemberEditWindow.xaml.cs | 2 +- WGneu/{ => Windows}/MemberListWindow.xaml | 4 ++-- WGneu/{ => Windows}/MemberListWindow.xaml.cs | 2 +- 12 files changed, 25 insertions(+), 25 deletions(-) rename WGneu/{ => Windows}/BankDetailsWindow.xaml (96%) rename WGneu/{ => Windows}/BankDetailsWindow.xaml.cs (99%) rename WGneu/{ => Windows}/MainWindow.xaml (93%) rename WGneu/{ => Windows}/MainWindow.xaml.cs (98%) rename WGneu/{ => Windows}/MemberAddWindow.xaml (96%) rename WGneu/{ => Windows}/MemberAddWindow.xaml.cs (98%) rename WGneu/{ => Windows}/MemberEditWindow.xaml (96%) rename WGneu/{ => Windows}/MemberEditWindow.xaml.cs (98%) rename WGneu/{ => Windows}/MemberListWindow.xaml (96%) rename WGneu/{ => Windows}/MemberListWindow.xaml.cs (99%) diff --git a/WGneu/App.xaml b/WGneu/App.xaml index 3be84f8..1ce4aae 100644 --- a/WGneu/App.xaml +++ b/WGneu/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:WGneu" - StartupUri="MainWindow.xaml" + StartupUri="Windows\MainWindow.xaml" xmlns:ui="http://schemas.modernwpf.com/2019">