Esempio n. 1
0
 public static void RemoveHandler(
     EhHandlerType handlerType)
 {
     handlers[(int)handlerType] = EhSentinel;
 }
Esempio n. 2
0
 public static void AddHandler(EhHandlerType handlerType,
                               EhEventHandler handler)
 {
     handlers[(int)handlerType] = handler;
 }