* UIForm: RemovePage时调用Final()
This commit is contained in:
parent
9dd5b99cf0
commit
4cfdc8c795
@ -493,6 +493,7 @@ namespace Sunny.UI
|
|||||||
if (page != null)
|
if (page != null)
|
||||||
{
|
{
|
||||||
TabPage tabpage = page.TabPage;
|
TabPage tabpage = page.TabPage;
|
||||||
|
page.Final();
|
||||||
page.Dispose();
|
page.Dispose();
|
||||||
page = null;
|
page = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user