Exemplo n.º 1
0
 public static void registerInTimer50(IEventHandlerTimer hndl)
 {
     lock (mtxHndl50)
     {
         mHandlers50.Add(hndl);
     }
 }
Exemplo n.º 2
0
 public static void unregisterInTimer100(IEventHandlerTimer hndl)
 {
     lock (mtxHndl100)
     {
         mHandlers100.Remove(hndl);
     }
 }