/// <summary>Raises the <see cref="UICommandsSourceSet"/> event.</summary> protected virtual void OnUICommandsSourceSet([NotNull] IGitUICommandsSource source) { UICommandsSourceSet?.Invoke(this, new GitUICommandsSourceEventArgs(source)); }
/// <summary>Raises the <see cref="UICommandsSourceSet"/> event.</summary> protected virtual void OnUICommandsSourceChanged(IGitUICommandsSource source) { UICommandsSourceSet?.Invoke(this, new GitUICommandsSourceEventArgs(source)); }