流程图审批流程进行中

This commit is contained in:
艾竹
2021-07-26 22:37:54 +08:00
parent adbb6b4a51
commit c6d5601558
7 changed files with 123 additions and 4 deletions

View File

@@ -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
{