Ejemplo n.º 1
0
 void xxx_Exception(object sender, ExceptionEventArgs e)
 {
     OnError(e.Exception);
 }
Ejemplo n.º 2
0
 private void Config_Error(object sender, ExceptionEventArgs e)
 {
     OnError(e.Exception);
 }