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