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

@ -1,4 +1,6 @@
using System.Threading.Tasks;
namespace Elwig.Windows {
public partial class ClientParamWindow : AdministrationWindow {
public ClientParamWindow() {
@ -8,5 +10,9 @@ namespace Elwig.Windows {
protected override void UpdateButtons() {
}
protected override async Task RenewContext() {
}
}
}