fix bug of wpf mission initialization.

This commit is contained in:
2025-08-30 15:31:52 +08:00
parent 6c111a7553
commit 103092e10b
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ namespace Sample.Common
}
#region ShowStepPresent
internal static void ShowStepPresent(
UserService userEnv, MachiningStep machiningStep)
AppService userEnv, MachiningStep machiningStep)
{
foreach (var entry in userEnv.DisplayedStepPresentAccessList)
{