Ejemplo n.º 1
0
 public override void Clear()
 {
     if (m_cChild != null)
     {
         m_cChild.Clear();
     }
     base.Clear();
 }
Ejemplo n.º 2
0
 public override void Clear()
 {
     m_cChild.Clear();
 }