From 2f3af81980d72c6693256df1b07754c09bc40f4e Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 25 Oct 2017 08:49:40 +0200 Subject: [PATCH] commentato in toto area SIEMENS --- CncLib/CNC/CNC.Runtime.vb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CncLib/CNC/CNC.Runtime.vb b/CncLib/CNC/CNC.Runtime.vb index d8af4573..506dcd12 100644 --- a/CncLib/CNC/CNC.Runtime.vb +++ b/CncLib/CNC/CNC.Runtime.vb @@ -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)