Exemplo n.º 1
0
Arquivo: Timer.cs Projeto: ktj007/mmo
 public void Add(Action action)
 {
     _lock.DoLock(() => _actions.Add(action));
 }