Example #1
0
 protected virtual void OnBodyIterator(CBodyIteratorEventArgs pEventArgs)
 {
     if (m_BodyIterator != null)
     {
         m_BodyIterator(this, pEventArgs);
     }
 }
Example #2
0
 protected virtual void OnBodyIterator(CBodyIteratorEventArgs pEventArgs)
 {
     if (m_BodyIterator != null)
     {
         m_BodyIterator(this, pEventArgs);
     }
 }