Update model
This commit is contained in:
12
Elwig/Windows/ClientParamWindow.xaml.cs
Normal file
12
Elwig/Windows/ClientParamWindow.xaml.cs
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
namespace Elwig.Windows {
|
||||
public partial class ClientParamWindow : AdministrationWindow {
|
||||
public ClientParamWindow() {
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override void UpdateButtons() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user