mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 15:46:36 +08:00
流程图审批流程进行中
This commit is contained in:
@@ -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