Beispiel #1
0
 public void RemoveOnAppException(AppExceptionEventHandler handler)
 {
     OnAppExceptionHandler -= handler;
 }
Beispiel #2
0
 public void AddOnAppException(AppExceptionEventHandler handler)
 {
     OnAppExceptionHandler += handler;
 }