下拉控件增加内存释放

This commit is contained in:
Sunny 2022-01-28 11:36:33 +08:00
parent d097e2cf37
commit cd829332de
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -17,6 +17,8 @@
{ {
components.Dispose(); components.Dispose();
} }
ItemForm?.Dispose();
base.Dispose(disposing); base.Dispose(disposing);
} }