Esempio n. 1
0
 protected void OnAppException(AppExceptionEventArgs e)
 {
     if (OnAppExceptionHandler != null)
         OnAppExceptionHandler(this, e);
 }
Esempio n. 2
0
 private void App_OnExceptionOut(object sender, AppExceptionEventArgs e)
 {
     txtConsole.Text += e.Message;
 }