* UIComboBox: 修改了几个对象的释放

This commit is contained in:
Sunny 2023-07-03 09:51:21 +08:00
parent b49d082a7f
commit a53f0f5e8e
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,10 @@
components.Dispose(); components.Dispose();
} }
dropForm?.Dispose();
filterForm?.Dispose();
filterItemForm?.Dispose();
base.Dispose(disposing); base.Dispose(disposing);
} }

View File

@ -36,6 +36,7 @@
* 2023-02-04: V3.3.1 * 2023-02-04: V3.3.1
* 2023-03-15: V3.3.3 * 2023-03-15: V3.3.3
* 2023-06-28: V3.3.9 * 2023-06-28: V3.3.9
* 2023-07-03: V3.3.9
******************************************************************************/ ******************************************************************************/
using System; using System;