mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 13:46:35 +08:00
流程图审批流程进行中
This commit is contained in:
@@ -66,7 +66,6 @@ namespace Util.DiagramDesigner
|
||||
get { return (connectors != null && connectors.Count >= 4) ? connectors[3] : null; }
|
||||
}
|
||||
|
||||
//public ConnectorViewModel ConnectorViewModel { get; set; }
|
||||
|
||||
private string _icon;
|
||||
[CanDo]
|
||||
|
||||
@@ -144,7 +144,6 @@ namespace Util.DiagramDesigner
|
||||
{
|
||||
SourceA = PointHelper.GetPointForConnector(_sourceConnectorInfo);
|
||||
(_sourceConnectorInfo.DataItem as INotifyPropertyChanged).PropertyChanged += new WeakINPCEventHandler(ConnectorViewModel_PropertyChanged).Handler;
|
||||
//_sourceConnectorInfo.DataItem.ConnectorViewModel = this;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -164,7 +163,6 @@ namespace Util.DiagramDesigner
|
||||
{
|
||||
SourceB = PointHelper.GetPointForConnector((FullyCreatedConnectorInfo)_sinkConnectorInfo);
|
||||
(((FullyCreatedConnectorInfo)_sinkConnectorInfo).DataItem as INotifyPropertyChanged).PropertyChanged += new WeakINPCEventHandler(ConnectorViewModel_PropertyChanged).Handler;
|
||||
//((FullyCreatedConnectorInfo)_sinkConnectorInfo).DataItem.ConnectorViewModel = this;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user