Add RenewContext
This commit is contained in:
@ -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() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user