Add RenewContext

This commit is contained in:
2023-05-25 18:03:38 +02:00
parent 27abf559e8
commit 7468af3970
9 changed files with 177 additions and 43 deletions

View File

@ -39,6 +39,10 @@ namespace Elwig.Windows {
CultInput.ItemsSource = Context.WineCultivations.OrderBy(c => c.Name).ToList();
}
protected override async Task RenewContext() {
await base.RenewContext();
}
private async Task RefreshContractList() {
/*
await Context.Contracts.LoadAsync();