Fix password maintenances
Added new machine number config field
This commit is contained in:
@@ -283,7 +283,8 @@ namespace Step.Config
|
||||
SharedName = x.Element("sharedName").Value,
|
||||
InstallationDate = x.Element("installationDate").Value,
|
||||
MgiOption = Convert.ToBoolean(x.Element("mgiOption").Value),
|
||||
SiemensKeyboardOption = Convert.ToBoolean(x.Element("siemensKeyboardOption").Value)
|
||||
SiemensKeyboardOption = Convert.ToBoolean(x.Element("siemensKeyboardOption").Value),
|
||||
MachineNumberHasLetters = Convert.ToBoolean(x.Element("machineNumberHasLetters").Value)
|
||||
}).FirstOrDefault();
|
||||
|
||||
// Read Prod Software Config with LINQ
|
||||
|
||||
Reference in New Issue
Block a user