mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-08 18:26:35 +08:00
block demo 已经完成到第三个了
This commit is contained in:
@@ -28,7 +28,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Controls
|
||||
if (e.LeftButton == MouseButtonState.Pressed && firstPoint == null)
|
||||
{
|
||||
firstPoint = e.GetPosition(this);
|
||||
DesignerItem.BeforeExecute();
|
||||
DesignerItem.BeforeExecution();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user