Example #1
0
 public void Close()
 {
     if (_r != null)
     {
         _r.Close();
         _r = null;
     }
 }