Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. protected override void Dispose(bool disposing)
  2. {
  3. if (disposing)
  4. {
  5. if (components != null)
  6. {
  7. components.Dispose();
  8. }
  9.  
  10. // Dispose your streams here
  11. }
  12.  
  13. base.Dispose(disposing);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement