Ejemplo n.º 1
0
 protected void OnAppError(AppErrorEventArgs e)
 {
     if (OnAppErrorHandler != null)
         OnAppErrorHandler(this, e);
 }
Ejemplo n.º 2
0
 private void App_OnErrorOut(object sender, AppErrorEventArgs e)
 {
     txtConsole.Text += e.Message;
 }