protected BaseSynchronised()
 {
     SyncRoot = new SafeLock();
 }
示例#2
0
 public SafeLockDisposer(SafeLock owner)
 {
     m_owner = owner;
 }