Exemplo n.º 1
0
 internal Releaser(AsyncLock toRelease)
 {
     m_toRelease = toRelease;
 }
Exemplo n.º 2
0
 internal Releaser(AsyncLock toRelease)
 {
     this.toRelease = toRelease;
 }
Exemplo n.º 3
0
 internal Releaser(AsyncLock toRelease) { m_toRelease = toRelease; }