mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-12 04:29:27 +08:00
系统优化
This commit is contained in:
@@ -11,6 +11,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public class FullyCreatedConnectorInfo : ConnectorInfoBase
|
||||
{
|
||||
public FullyCreatedConnectorInfo(ConnectorOrientation orientation, bool isInnerPoint = false, bool isPortless = false)
|
||||
: this(null, orientation, isInnerPoint, isPortless)
|
||||
{
|
||||
}
|
||||
public FullyCreatedConnectorInfo(DesignerItemViewModelBase dataItem, ConnectorOrientation orientation, bool isInnerPoint = false, bool isPortless = false)
|
||||
: this(null, dataItem, orientation, isInnerPoint, isPortless)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user