mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 10:21:16 +00:00
Fixes: improve ErrorTemplate, ToolWindow style, + InverseBooleanToVisibilityConverter
This commit is contained in:
@@ -66,7 +66,7 @@ namespace BrightSharp.Commands
|
||||
}
|
||||
}
|
||||
|
||||
protected virtual void OnCanExecuteChanged()
|
||||
public virtual void OnCanExecuteChanged()
|
||||
{
|
||||
CanExecuteChanged?.Invoke(this, new EventArgs());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user