Exemplo n.º 1
0
 public RemoveVampirismEffect()
 {
     this.menu = new RemoveVampirismEffectControl();
     this.menu.applyButton.Click += new EventHandler(applyButton_Click);
     this.applied = false;
 }
Exemplo n.º 2
0
 public RemoveVampirismEffect()
 {
     this.menu = new RemoveVampirismEffectControl();
     this.menu.applyButton.Click += new EventHandler(applyButton_Click);
     this.applied = false;
 }