Beispiel #1
0
 public void Dispose()
 {
     reader.Dispose();
     if (disposableParent != null)
     {
         disposableParent.Close();
     }
 }