Exemplo n.º 1
0
 public SafetyLock(ExtensibilityEventsHelper owner)
 {
     myOwner = owner;
     myOld = myOwner.myCanFire;
     myOwner.myCanFire = false;
 }
Exemplo n.º 2
0
 protected ProjectNode()
 {
     myExtensibilityEventsHelper = new ExtensibilityEventsHelper(this);
     this.Initialize();
 }