This commit is contained in:
iambossTC 2025-08-07 11:59:14 +08:00
parent c7dc8f27e5
commit 1f13c74a51

View File

@ -134,7 +134,7 @@ namespace Sample.Common
} }
#region ShowStepPresent #region ShowStepPresent
internal static void ShowStepPresent( internal static void ShowStepPresent(
UserEnv userEnv, MachiningStep machiningStep) UserService userEnv, MachiningStep machiningStep)
{ {
foreach (var entry in userEnv.DisplayedStepPresentAccessList) foreach (var entry in userEnv.DisplayedStepPresentAccessList)
{ {