Beispiel #1
0
 public void ClearDepend()
 {
     if (m_depend == null)
     {
         return;
     }
     m_depend.Release(this);
 }