protected void Dispose(bool disposing)
 {
     // This function should be called in order to clean everything up.  Usually the Close method should be
     // called to close the file and the
     if (disposing)
     {
         _wfio.Dispose();
     }
 }
예제 #2
0
 protected void Dispose(bool disposing)
 {
     // This function frees up the unmanaged resources of this class.
     WFIO.Dispose();
 }