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