Exemplo n.º 1
0
 public Releaser(KeyLock <T> owner, T key)
 {
     this.Owner = owner;
     this.Key   = key;
 }