Clean up any resources being used. true if managed resources should be disposed; otherwise, false.
(bool disposing)
| 21 | /// </summary> |
| 22 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| 23 | protected override void Dispose(bool disposing) |
| 24 | { |
| 25 | if (disposing && (components != null)) |
| 26 | { |
| 27 | components.Dispose(); |
| 28 | } |
| 29 | base.Dispose(disposing); |
| 30 | } |
| 31 | |
| 32 | #region Windows Form Designer generated code |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected