Ejemplo n.º 1
0
 public void UnregisterCustomBehavior(PegUICustomBehavior behavior)
 {
     this.m_customBehaviors.Remove(behavior);
 }
Ejemplo n.º 2
0
 public void RegisterCustomBehavior(PegUICustomBehavior behavior)
 {
     this.m_customBehaviors.Add(behavior);
 }