Beispiel #1
0
 public static void OnError(object sender, CoreErrorEventArgs e)
 {
     Error?.Invoke(sender, e);
 }
Beispiel #2
0
 public static void OnError(CoreErrorEventArgs e)
 {
     OnError(null, e);
 }