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