13 lines
247 B
C#
13 lines
247 B
C#
|
|
namespace Elwig.Windows {
|
|
public partial class ClientParamWindow : AdministrationWindow {
|
|
public ClientParamWindow() {
|
|
InitializeComponent();
|
|
}
|
|
|
|
protected override void UpdateButtons() {
|
|
|
|
}
|
|
}
|
|
}
|