Renamed WgContext to AppDbContext

This commit is contained in:
2023-03-11 15:33:05 +01:00
parent 8d61fdd35e
commit 40c158df36
6 changed files with 6 additions and 7 deletions

View File

@ -19,7 +19,7 @@ namespace WGneu.Windows {
private readonly Dictionary<Control, bool> Valid = new();
private readonly Dictionary<Control, object?> OriginalValues = new();
private readonly RoutedCommand CtrlF = new();
private readonly WgContext Context = new();
private readonly AppDbContext Context = new();
public MemberListWindow() {
InitializeComponent();