Clean up any resources being used. true if managed resources should be disposed; otherwise, false.
(bool disposing)
| 32 | /// </summary> |
| 33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| 34 | protected override void Dispose(bool disposing) |
| 35 | { |
| 36 | if (disposing && (components != null)) |
| 37 | { |
| 38 | components.Dispose(); |
| 39 | } |
| 40 | base.Dispose(disposing); |
| 41 | } |
| 42 | |
| 43 | #region Windows Form Designer generated code |
| 44 |