fix: 收敛旧模块资源释放与诊断
This commit is contained in:
Generated
+7
-3
@@ -13,9 +13,13 @@
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
if (disposing)
|
||||
{
|
||||
components.Dispose();
|
||||
ReleaseResourcesForDispose();
|
||||
if (components != null)
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
@@ -280,4 +284,4 @@
|
||||
private DevExpress.XtraEditors.SimpleButton btnShowAll;
|
||||
private DevExpress.XtraEditors.SimpleButton btnRefresh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user