Ejemplo n.º 1
0
 //connects to a Counter for automatic update
 public void ConnectEvent(TypeCounter Counter)
 {
     m_Counter            = Counter;
     Counter.EventUpdate += new TypeCounter.OnUpdateEventHandler(OnUpdateEvent);
     Translator.getTranslator.EventRetranslate += new Translator.OnRetranslateEventHandler(OnRetranslateEvent);
     Retranslate();
 }
Ejemplo n.º 2
0
 //connects to a Counter for automatic update
 public void ConnectEvent(TypeCounter Counter)
 {
     Counter.EventUpdate += new Statistic.TypeCounter.OnUpdateEventHandler(OnUpdateEvent);
 }
Ejemplo n.º 3
0
 public void Add(String key, TypeCounter value)
 {
     Dictionary.Add(key, value);
 }