Exemplo n.º 1
0
 public CountScope(CountedScopeSemaphore countingSemaphore)
 {
     internalSemaphore = countingSemaphore;
 }
Exemplo n.º 2
0
 public SuperScope(CountedScopeSemaphore semaphore)
 {
     internalSemaphore = semaphore;
 }