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