From 49f77ce8f60bd5f17578495073f6c4355a921a18 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Thu, 9 Mar 2023 21:24:26 +0100 Subject: [PATCH] Renamed AreaCommitment* to Contract* --- ...mmitmentListWindow.xaml => ContractListWindow.xaml} | 2 +- ...ntListWindow.xaml.cs => ContractListWindow.xaml.cs} | 10 +++------- WGneu/Windows/MemberListWindow.xaml | 2 +- WGneu/Windows/MemberListWindow.xaml.cs | 4 ++-- 4 files changed, 7 insertions(+), 11 deletions(-) rename WGneu/Windows/{AreaCommitmentListWindow.xaml => ContractListWindow.xaml} (95%) rename WGneu/Windows/{AreaCommitmentListWindow.xaml.cs => ContractListWindow.xaml.cs} (80%) diff --git a/WGneu/Windows/AreaCommitmentListWindow.xaml b/WGneu/Windows/ContractListWindow.xaml similarity index 95% rename from WGneu/Windows/AreaCommitmentListWindow.xaml rename to WGneu/Windows/ContractListWindow.xaml index c4dad34..a6df7b7 100644 --- a/WGneu/Windows/AreaCommitmentListWindow.xaml +++ b/WGneu/Windows/ContractListWindow.xaml @@ -1,4 +1,4 @@ - - /// Interaction logic for AreaCommitmentListWindow.xaml - /// - public partial class AreaCommitmentListWindow : Window { +namespace WGneu.Windows { + public partial class ContractListWindow : Window { private readonly WgContext Context = new(); - public AreaCommitmentListWindow(Member member) { + public ContractListWindow(Member member) { InitializeComponent(); } diff --git a/WGneu/Windows/MemberListWindow.xaml b/WGneu/Windows/MemberListWindow.xaml index 8210db9..5cbdb10 100644 --- a/WGneu/Windows/MemberListWindow.xaml +++ b/WGneu/Windows/MemberListWindow.xaml @@ -288,7 +288,7 @@ Checked="RadioButton_Changed" Unchecked="RadioButton_Changed" HorizontalAlignment="Left" Margin="60,225,0,0" VerticalAlignment="Top" Grid.Column="1" Grid.ColumnSpan="2"/> -