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 @@ - -