commentato in toto area SIEMENS

This commit is contained in:
Samuele E. Locatelli
2017-10-25 08:49:40 +02:00
parent c12f81df43
commit 2f3af81980
+9 -9
View File
@@ -29,15 +29,15 @@
NC = New OSAI_OPEN(ipTarget)
Case NC_SIEMENS
Try
NC = New SIEMENS
Catch ex As NcException
Dim exStr As String
exStr = ex.Message
'NC.frmMain_ref.ExitApp()
'frmMain.ExitApp()
'End
End Try
'Try
' NC = New SIEMENS
'Catch ex As NcException
' Dim exStr As String
' exStr = ex.Message
' 'NC.frmMain_ref.ExitApp()
' 'frmMain.ExitApp()
' 'End
'End Try
End Select
'CncLib.App.Runtime.Log.WI("OK crating NC CNC.NC", , CLog.Lev.Principal)