mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-02 15:50:51 +08:00
block使用linklist重写,把代码复杂度降低点
This commit is contained in:
@@ -287,6 +287,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value == int.MaxValue)
|
||||
{
|
||||
|
||||
}
|
||||
SetProperty(ref _zIndex, value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user