19 lines
345 B
C#
19 lines
345 B
C#
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Elwig.Windows {
|
|
public partial class ClientParamWindow : AdministrationWindow {
|
|
public ClientParamWindow() {
|
|
InitializeComponent();
|
|
}
|
|
|
|
protected override void UpdateButtons() {
|
|
|
|
}
|
|
|
|
protected override async Task RenewContext() {
|
|
|
|
}
|
|
}
|
|
}
|