清理所有正在使用的资源。 如果应释放托管资源,为 true;否则为 false。
(bool disposing)
| 12 | /// </summary> |
| 13 | /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码 |
| 24 |
nothing calls this directly
no outgoing calls
no test coverage detected