Esempio n. 1
0
 internal void HandleAuthenticationRequested(object sender, AuthenticationRequestedEventArgs args)
 {
     AuthenticationRequested?.Invoke(sender, args);
 }
Esempio n. 2
0
 internal void HandleAuthenticationRequested(object sender, AuthenticationRequestedEventArgs args)
 {
     WrappedEventHandler(() => AuthenticationRequested?.Invoke(sender, args), "AuthenticationRequested", sender);
 }