From 258a154b4bbcc94dd16119e482fa009f333f6f65 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sun, 18 Nov 2018 14:39:33 +0100 Subject: [PATCH] Inizio review OSAI lib --- CncLib/CNC/CNC.OSAI/CNC.OSAI.vb | 8 ++++---- CncLib/CncLib.vbproj | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CncLib/CNC/CNC.OSAI/CNC.OSAI.vb b/CncLib/CNC/CNC.OSAI/CNC.OSAI.vb index 8e331ebb..c93e69a3 100644 --- a/CncLib/CNC/CNC.OSAI/CNC.OSAI.vb +++ b/CncLib/CNC/CNC.OSAI/CNC.OSAI.vb @@ -14,8 +14,8 @@ Namespace CNC Protected _UserSession As Short Protected _ErrClass As Integer Protected _ErrNum As Integer - 'Friend Cndex As CndexLinkDotNet.Cndex - Private nReturn As Short + Friend Cndex As CndexLinkDotNet.Cndex + Private nReturn As Short Protected Const ERRORE = 0 @@ -71,8 +71,8 @@ Namespace CNC Me.New() Try - 'Cndex = New CndexLinkDotNet.Cndex - Catch ex As Exception + Cndex = New CndexLinkDotNet.Cndex + Catch ex As Exception MsgBox(ex.Message) End Try diff --git a/CncLib/CncLib.vbproj b/CncLib/CncLib.vbproj index 09d33617..2a01aaa6 100644 --- a/CncLib/CncLib.vbproj +++ b/CncLib/CncLib.vbproj @@ -638,8 +638,6 @@ - -