Exemplo n.º 1
0
 protected void UnregisterAsActiveComponent()
 {
     if (this.IsActiveComponent())
     {
         OptionComponent.selectedComponent = null;
     }
 }
Exemplo n.º 2
0
 protected void RegisterAsActiveComponent()
 {
     OptionComponent.selectedComponent = this;
 }