예제 #1
0
 void xxx_Exception(object sender, ExceptionEventArgs e)
 {
     OnError(e.Exception);
 }
예제 #2
0
 private void Config_Error(object sender, ExceptionEventArgs e)
 {
     OnError(e.Exception);
 }