Refactor and Fix PLZ/Ort in MemberListWindow

This commit is contained in:
2023-02-21 15:56:59 +01:00
parent a5d56a7c49
commit 71022c7fbf
14 changed files with 64 additions and 37 deletions

View File

@ -25,7 +25,7 @@ namespace WGneu
/// </summary>
public partial class MainWindow : Window
{
private readonly WGContext _context = new WGContext();
private readonly WgContext _context = new WgContext();
private CollectionViewSource countryViewSource;
public MainWindow()
{