mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-13 04:59:26 +08:00
block
This commit is contained in:
@@ -10,7 +10,7 @@ using AIStudio.Wpf.DiagramDesigner.Models;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public class BlockItemsContainerInfo : SelectableViewModelBase
|
||||
public class BlockItemsContainerInfo : SelectableViewModelBase, IAttachTo
|
||||
{
|
||||
public BlockItemsContainerInfo(BlockDesignerItemViewModel dataItem, bool onlyOneChild, List<string> childFlag) : this(null, dataItem, onlyOneChild, childFlag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user