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