@@ -252,6 +252,12 @@ namespace Dongke.IBOSS.PRD.Client.PCModule
ExceptionManager.HandleEventException(this.ToString(),
System.Reflection.MethodBase.GetCurrentMethod().Name, this.Text, ex);
}
+ // 内存回收 241220
+ finally
+ {
+ GC.Collect();
+ GC.WaitForPendingFinalizers();
+ }
/// <summary>
@@ -132,6 +132,12 @@ namespace Dongke.IBOSS.PRD.Client.PMModule
MethodBase.GetCurrentMethod().Name, this.Text, ex);