This commit is contained in:
Rene Schwarz
2021-08-06 12:35:46 +02:00
parent 2240d30570
commit 4828f95ebb
59 changed files with 476 additions and 829 deletions

View File

@@ -7,7 +7,7 @@ namespace Server_Dashboard {
class RelayCommand : ICommand {
//New Action
private Action<object> execAction;
private readonly Action<object> execAction;
//Never gets fires, but needs to be implemented
public event EventHandler CanExecuteChanged = (sender, e) => { };