mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
升级一下库
This commit is contained in:
@@ -530,6 +530,19 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
return null;
|
||||
}
|
||||
#endregion
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
base.Dispose();
|
||||
|
||||
if (ParentContainer == null)
|
||||
{
|
||||
foreach (var container in Containers)
|
||||
{
|
||||
container.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#region 扩展
|
||||
|
||||
Reference in New Issue
Block a user