예제 #1
0
 public void Add(string text, e_errorDisplay err)
 {
     this.errors.Add(new ErrorDisplay(text, err));
 }
예제 #2
0
 public ErrorDisplay(string desc, e_errorDisplay err)
 {
     description  = desc;
     errorDisplay = err;
 }