Exemplo n.º 1
0
 public void RemoveOnAppException(AppExceptionEventHandler handler)
 {
     OnAppExceptionHandler -= handler;
 }
Exemplo n.º 2
0
 public void AddOnAppException(AppExceptionEventHandler handler)
 {
     OnAppExceptionHandler += handler;
 }