Exemplo n.º 1
0
 private void end()
 {
     if (z == null)
     {
         return;
     }
     _z.EndInflate();
     _z = null;
 }