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