public void OnCommandUndone() { CommandUndone?.Invoke(this); }
private void OnCommandUndone() { CommandUndone.Raise(this, EventArgs.Empty); }