Refactoring durchgeführt
This commit is contained in:
@@ -58,7 +58,7 @@ namespace DaSaSo.ViewModel
|
||||
_dataService = dataService;
|
||||
|
||||
|
||||
//LoadClient();
|
||||
LoadClient();
|
||||
SelectClientCommand = new RelayCommand(SelectClient, () => SelectedClient != null);
|
||||
EditClientCommand = new RelayCommand(EditClient, () => SelectedClient != null);
|
||||
AddNewClientCommand = new RelayCommand(AddNewClient);
|
||||
|
||||
Reference in New Issue
Block a user