Exemplo n.º 1
0
 protected override void OnActivated(IActivatedEventArgs args)
 {
     if (args.Kind == ActivationKind.Protocol)
     {
         ProtocolActivatedEventArgs eventArgs = args as ProtocolActivatedEventArgs;
         AuthenticationResult?.Invoke(null, eventArgs.Uri);
     }
 }