private void Task_ExceptionEvent(object sender, YZXTaskExceptionEventArgs e)
 {
 }
Example #2
0
 private void Task_ExceptionEvent(object sender, YZXTaskExceptionEventArgs e)
 {
     showInfo(e.exception.ToString());
 }