Fixes: improve ErrorTemplate, ToolWindow style, + InverseBooleanToVisibilityConverter

This commit is contained in:
2017-08-23 22:47:03 +03:00
parent 0bbf023420
commit 9ec10b207b
5 changed files with 54 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ namespace BrightSharp.Commands
}
}
protected virtual void OnCanExecuteChanged()
public virtual void OnCanExecuteChanged()
{
CanExecuteChanged?.Invoke(this, new EventArgs());
}