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

@ -21,11 +21,11 @@ namespace WGneu
/// </summary>
public partial class MemberAddWindow : Window
{
private WGContext _context;
private WgContext _context;
private readonly Member member = new Member();
public event EventHandler Event;
public MemberAddWindow(WGContext context)
public MemberAddWindow(WgContext context)
{
this._context = context;