Example #1
0
 public void UnregisterCustomBehavior(PegUICustomBehavior behavior)
 {
     this.m_customBehaviors.Remove(behavior);
 }
Example #2
0
 public void RegisterCustomBehavior(PegUICustomBehavior behavior)
 {
     this.m_customBehaviors.Add(behavior);
 }