Exemplo n.º 1
0
 private void Runtime_Exception(object sender, EO.Base.ExceptionEventArgs e)
 {
     //do nothing!
 }
 private static void Runtime_Exception(object sender, EO.Base.ExceptionEventArgs e)
 {
     MessageBox.Show("handled");
 }