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