Ejemplo n.º 1
0
 internal MockLock(MockLockFactoryWrapper outerInstance, Lock @delegate, string name)
 {
     this.OuterInstance = outerInstance;
     this.DelegateLock = @delegate;
     this.Name = name;
 }
Ejemplo n.º 2
0
 internal MockLock(MockLockFactoryWrapper outerInstance, Lock @delegate, string name)
 {
     this.outerInstance = outerInstance;
     this.delegateLock  = @delegate;
     this.name          = name;
 }