Fix integrated file edito

Refactor file names in constants
Fix fanuc upload images
This commit is contained in:
Lucio Maranta
2019-09-03 16:25:08 +02:00
parent 37f81141f6
commit 25a0d10d98
9 changed files with 39 additions and 22 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ namespace Step.Model.ConfigModels
public string MTCApplicationName { get; set; }
public int MaxAlarmsRows { get; set; }
public int AlarmToDelete { get; set; }
public int AlarmToDelete { get; set; }
}
}