Exemplo n.º 1
0
 private void OnFound(FoundEventArgs e)
 {
     Found?.Invoke(this, e);
 }
Exemplo n.º 2
0
 private static void OnFound(object sender, FoundEventArgs args)
 {
     Console.WriteLine(args.Url);
 }