Ejemplo n.º 1
0
 public void Release(bool andDestroy)
 {
     if (holder != null)
     {
         holder.Release();
     }
     if (andDestroy)
     {
         destroyable.DestroySelf();
     }
 }