Ejemplo n.º 1
0
 public SuspendLock(ExtensibilityEventsDispatcher owner)
 {
     this._owner            = owner;
     this._previousState    = this._owner._suspended;
     this._owner._suspended = true;
 }
Ejemplo n.º 2
0
 public SuspendLock(ExtensibilityEventsDispatcher owner) {
     this._owner = owner;
     this._previousState = this._owner._suspended;
     this._owner._suspended = true;
 }