Fix processes data models

This commit is contained in:
Lucio Maranta
2018-03-26 14:48:01 +02:00
parent 331fba4ac3
commit cf8b3035e4
7 changed files with 61 additions and 13 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ public static class ThreadsFunctions
if (ncHandler.numericalControl.NC_IsConnected())
{
// Get Data from NC
libraryError = ncHandler.GetProcessesData(out DTOProcessDataModel processesPPData);
libraryError = ncHandler.GetProcessesData(out DTOProcessesDataModel processesPPData);
if (libraryError.errorCode != 0)
ManageLibraryError(libraryError);
else