Beispiel #1
0
 public static void Remove(ExceptionDescription description)
 {
     exceptions.Remove(description);
     OnExceptionUpdated(EventArgs.Empty);
 }
Beispiel #2
0
 public static void Remove(ExceptionDescription description)
 {
     exceptions.Remove(description);
     OnExceptionUpdated(EventArgs.Empty);
 }
Beispiel #3
0
 public ExceptionViewModel(ExceptionDescription excp)
 {
     this.desc = excp;
 }