This commit is contained in:
kwai
2023-06-14 19:41:29 +08:00
parent 0f7a5b0308
commit 207523eb16
5 changed files with 63 additions and 20 deletions

View File

@@ -41,6 +41,11 @@ namespace AIStudio.Wpf.DiagramDesigner
get; set;
}
public ItemsContainerInfo ParentContain
{
get; set;
}
public void AddNext(BlockDesignerItemViewModel next)
{
if (this.Next == next)