Example #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         // free managed resources
         _container.Dispose();
     }
     // free native resources if there are any.
 }
 protected virtual void Dispose(bool disposing)
 {
     container.Dispose();
 }