Example #1
0
 private void ErrorHappened(object sender, EventArgs e)
 {
     LastError = e as AVSOfficeEWSEditor.Editor.Events.ErrorDescription;
     if (LastError != null)
     {
         AllHappenedErrors.Add(LastError);
     }
 }
Example #2
0
 public void Reset()
 {
     AllHappenedErrors.Clear();
     LastError = null;
 }