/// <summary>
 /// Provides a safe way to invoke the <see cref="ContactSettingsReceived" /> event.
 /// </summary>
 /// <param name="value"></param>
 public void RaiseContactSettingsReceived(SetContactSettingsResponse value) => ContactSettingsReceived?.Invoke(this, value);
Exemplo n.º 2
0
 private void ContactSettingsReceived(object sender, SetContactSettingsResponse e)
 {
     throw new System.NotImplementedException();
 }