Exemplo n.º 1
0
 protected virtual void OnDestructor(CConstraintDestructorEventArgs pEventArgs)
 {
     if (m_ConstraintDestructor != null)
     {
         m_ConstraintDestructor(this, pEventArgs);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnDestructor(CConstraintDestructorEventArgs pEventArgs)
 {
     if (m_ConstraintDestructor != null)
     {
         m_ConstraintDestructor(this, pEventArgs);
     }
 }