Exemplo n.º 1
0
 private void OnPullCompleted(ContentPullerEventArgs e)
 {
     PullCompleted?.Invoke(this, e);
 }
Exemplo n.º 2
0
 /// <summary>Invokes <see cref="PullCompleted"/>.</summary>
 /// <param name="remote">Remote.</param>
 /// <param name="changes">Reference changes.</param>
 internal void OnPullCompleted(Remote remote, ReferenceChange[] changes)
 => PullCompleted?.Invoke(this, new PullCompletedEventArgs(remote, changes));