Beispiel #1
0
 public void RemoveOnAppError(AppErrorEventHandler handler)
 {
     OnAppErrorHandler -= handler;
 }
Beispiel #2
0
 public void AddOnAppError(AppErrorEventHandler handler)
 {
     OnAppErrorHandler += handler;
 }