Exemplo n.º 1
0
 internal void HandleAuthenticationFailed(object sender, AuthenticationFailedEventArgs args)
 {
     AuthenticationFailed?.Invoke(sender, args);
 }
Exemplo n.º 2
0
 internal void HandleAuthenticationFailed(object sender, AuthenticationFailedEventArgs args)
 {
     WrappedEventHandler(() => AuthenticationFailed?.Invoke(sender, args), "AuthenticationFailed", sender);
 }