mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-06-07 02:18:20 +08:00
block
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ using AIStudio.Wpf.DiagramDesigner.Models;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public abstract class ConnectorInfoBase : SelectableViewModelBase
|
||||
public abstract class ConnectorInfoBase : SelectableViewModelBase, IAttachTo
|
||||
{
|
||||
public ConnectorInfoBase(ConnectorOrientation orientation) : this(null, orientation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user