Пример #1
0
 public ReadWriteLock()
 {
     ReadLock  = new ReadLock(this);
     WriteLock = new WriteLock(this);
 }