mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-19 16:06:35 +08:00
修复一个sfc的bug
This commit is contained in:
@@ -172,8 +172,7 @@ namespace AIStudio.Wpf.Logical
|
||||
|
||||
foreach (var item in DiagramViewModel.Items.OfType<LogicalGateItemViewModelBase>().OrderBy(p => p.OrderNumber))
|
||||
{
|
||||
item.GetInput();
|
||||
item.CalculateOutput();
|
||||
item.Execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user