This commit is contained in:
2025-05-07 16:14:56 +08:00
parent da2c415e4f
commit 33c7edfb2a
2 changed files with 4 additions and 1 deletions

View File

@@ -262,6 +262,9 @@ namespace Stary.Evo.UIFarme
public override void Dispose()
{
PopAll();
stackPanel = null;
queuePanel =null;
dicUI = null;
}
}
}