Siemens fix

This commit is contained in:
Luca Mascherone EXT
2020-09-16 10:33:44 +02:00
parent 8f94fe85bc
commit 3174ea1411
2 changed files with 2 additions and 1 deletions
@@ -214,6 +214,7 @@ namespace CMS_CORE_Library.Models
public bool LoadingIsActive;
public int LoadPosition;
public bool AssistedToolingIsActive;
public bool EditableTooling;
}
public class ToolTableConfiguration
+1 -1
View File
@@ -264,7 +264,7 @@ namespace CMS_CORE_Library.Siemens
private void ManageSelectedProcess(Guid guid, Item[] item, DataSvcStatus[] status)
{
SelectedProcess = 0;
SelectedProcess = 1;
// Set selectedProcess
for (int i = 0; i < item.Count(); i++)
{