예제 #1
0
 public static void AddEvent(ErrorEvent e)
 {
     _errorEvents.Add(e);
 }
예제 #2
0
 public static void RemoveEvent(ErrorEvent e)
 {
     _errorEvents.Remove(e);
 }