Clean up any resources being used. true if managed resources should be disposed; otherwise, false.
(bool disposing)
| 12 | /// </summary> |
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| 14 | protected override void Dispose(bool disposing) |
| 15 | { |
| 16 | if (disposing && (components != null)) |
| 17 | { |
| 18 | components.Dispose(); |
| 19 | } |
| 20 | base.Dispose(disposing); |
| 21 | } |
| 22 | |
| 23 | #region Windows Form Designer generated code |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected