Fix processes data models
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user