Exemplo n.º 1
0
 public void Close()
 {
     if (_sr != null)
     {
         _sr.Close();
         _sr = null;
     }
     _Data = null;
 }
Exemplo n.º 2
0
 public void Close()
 {
     _CompressStrings = null;
     if (_sr != null)
     {
         _sr.Close();
         _sr = null;
     }
     _Data = null;
 }